|
Zhamao Framework 3.2.4
A high-performance chatbot + web framework
|
Public 成员函数 | |
| __construct (string $name=null) | |
| validatePluginName (string $answer) | |
| validateNamespace (string $answer) | |
Protected 成员函数 | |
| getTypeDisplayName (int $type) | |
Protected 成员函数 继承自 Command | |
| execute (InputInterface $input, OutputInterface $output) | |
| shouldExecute () | |
| handle () | |
| emitBootstrap (string $class) | |
Protected 属性 | |
| string | $plugin_dir = null |
Protected 属性 继承自 Command | |
| InputInterface | $input |
| OutputInterface | $output |
| __construct | ( | string | $name = null | ) |
|
protected |
| validateNamespace | ( | string | $answer | ) |
命名空间合规验证器
| validatePluginName | ( | string | $answer | ) |
插件名称合规验证器
|
protected |