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