Beispiel #1
0
 public function __construct()
 {
     $this->onPluginSet = Event::inject(array('owner' => $this));
 }
Beispiel #2
0
 public function __construct()
 {
     foreach (array('onBoot', 'onRun', 'onFail', 'onShutdown') as $name) {
         $this->{$name} = Event::inject(array('owner' => $this));
     }
 }