示例#1
0
 /**
  * @before
  */
 protected function prepareLoader()
 {
     $this->Autoload = new Autoload([__DIR__ . '/../../stubs/']);
     $this->Autoload->addPostLoadHandler([$this, 'handler']);
 }