|
Zhamao Framework 3.2.4
A high-performance chatbot + web framework
|
Public 成员函数 | |
| __construct (string $name='zhamao-framework') | |
| doRun (InputInterface $input, OutputInterface $output) | |
| registerGlobalOptions () | |
Protected 成员函数 | |
| doRunCommand (Command $command, InputInterface $input, OutputInterface $output) | |
命令行启动的入口文件,用于初始化环境变量,并启动命令行应用
这里启动的不是框架,而是框架相关的命令行环境
| __construct | ( | string | $name = 'zhamao-framework' | ) |
| doRun | ( | InputInterface | $input, |
| OutputInterface | $output | ||
| ) |
{}
|
protected |
{}
| registerGlobalOptions | ( | ) |
注册全局选项,应用到所有命令