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