예제 #1
0
 protected function isHidden()
 {
     if ($this->props->getValue('core.showModal')) {
         return false;
     }
     return $this->props->getValue('core.isHidden');
 }
예제 #2
0
 public function init()
 {
     parent::init();
     $this->register(array('name' => "", 'componentId' => ""));
 }