示例#1
0
 function beforeMethod()
 {
     $this->app = getApp();
 }
示例#2
0
 function beforeMethod()
 {
     $this->app = getApp();
     $this->command = $this->app->get('test');
 }