Exemplo n.º 1
0
 /**
  * 创建helper对象
  * 
  * @param string $className
  * @return HelperInterface
  */
 protected function create($className)
 {
     return new $className($this->console->getIo());
 }