Пример #1
0
 public function __construct($uniqName, array $componentSettings = array(), array $defaultSettings = array(), $access = null)
 {
     parent::__construct($uniqName, $componentSettings, $defaultSettings, $access);
     $tpl = OW::getPluginManager()->getPlugin("base")->getCmpViewDir() . "component_settings.html";
     $this->setTemplate($tpl);
     $this->markAsHidden("freeze");
     $this->markAsHidden("icon");
 }
Пример #2
0
 public function __construct(array $componentSettings = array(), array $defaultSettings = array(), array $entitySettingList)
 {
     parent::__construct($componentSettings, $defaultSettings);
     $this->entitytSettingList = $entitySettingList;
 }
Пример #3
0
 public function __construct($uniqName, $componentSettings = array(), $defaultSettings = array(), $access = null)
 {
     parent::__construct($uniqName, $componentSettings, $defaultSettings, $access);
     $this->markAsHidden('freeze');
 }