Ejemplo n.º 1
0
 public function register()
 {
     Event::register('app_init', 'empire\\framework\\app\\App', $this, 'test');
 }
Ejemplo n.º 2
0
 public function register()
 {
     Event::register('print', 'empire\\framework\\app\\App', $this, 'prints');
 }