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