Beispiel #1
0
 /**
  * 命令行使用方法
  */
 public function actHelp()
 {
     Stdout::title('Welcome to First example!');
     return Stdout::get();
 }