Esempio n. 1
0
 function beforeMethod()
 {
     $this->app = getApp();
 }
Esempio n. 2
0
 function beforeMethod()
 {
     $this->app = getApp();
     $this->command = $this->app->get('test');
 }