コード例 #1
0
 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';
 }