public function __construct(&$template)
 {
     $this->template =& $template;
     parent::__construct(false);
 }
示例#2
0
文件: event.php 项目: hungnv0789/vhtm
 /**
  * CONSTRUCTOR
  */
 public function __construct()
 {
     parent::__construct(false);
     $this->_eventName = 'IEM_JOBSAUTORESPONDERAPI_ACTIONJOB';
 }