Example #1
0
 public function __init()
 {
     parent::__init();
     // overload parent class's method
 }
Example #2
0
 public function __init()
 {
     parent::__init();
     // overload parent class's method
     $this->authenticate();
 }
 public function __init()
 {
     parent::__init();
     $this->authenticate();
     $this->pbel = new Ihush_Bpm_Lang_Pbel();
 }