コード例 #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
 protected function makeSettingList($defaultSettingList)
 {
     return parent::makeSettingList(array_merge($defaultSettingList, $this->entitySettingList));
 }
コード例 #3
0
 public function __construct($uniqName, $componentSettings = array(), $defaultSettings = array(), $access = null)
 {
     parent::__construct($uniqName, $componentSettings, $defaultSettings, $access);
     $this->markAsHidden('freeze');
 }