示例#1
0
 public function __construct()
 {
     parent::__construct('pages.iptest');
     $this->_EVM->on('pages.xfront:afterInit', 'mytest', $this);
     $this->useModuleTplNamespace();
     $this->useModuleXfrontNamespace();
 }
示例#2
0
 public function __construct()
 {
     parent::__construct('catalog.expander');
     $this->_EVM->on('agregator:start', 'mytest', $this);
 }