예제 #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();
 }