示例#1
0
文件: TestPage.php 项目: LWFeng/hush
 public function __init()
 {
     parent::__init();
     // overload parent class's method
 }
示例#2
0
 public function __init()
 {
     parent::__init();
     // overload parent class's method
     $this->authenticate();
 }
示例#3
0
 public function __init()
 {
     parent::__init();
     $this->authenticate();
     $this->pbel = new Ihush_Bpm_Lang_Pbel();
 }