Zhamao Framework  3.0.0-beta1
A high-performance chatbot + web framework
ReplCommand类 参考
类 ReplCommand 继承关系图:
[图例]
ReplCommand 的协作图:
[图例]

Public 成员函数

 handle ()
 

额外继承的成员函数

- Protected 成员函数 继承自 Command
 execute (InputInterface $input, OutputInterface $output)
 
 shouldExecute ()
 
 write (string $message, bool $newline=true)
 
 info (string $message, bool $newline=true)
 
 error (string $message, bool $newline=true)
 
 comment (string $message, bool $newline=true)
 
 question (string $message, bool $newline=true)
 
 detail (string $message, bool $newline=true)
 
 section (string $message, callable $callback)
 
- Protected 属性 继承自 Command
InputInterface $input
 
OutputInterface $output
 

成员函数说明

◆ handle()

handle ( )

命令的主体

返回
int 命令执行结果 {
参见
self::SUCCESS} 或 {
self::FAILURE} 或 {
self::INVALID}

重载 Command .

函数调用图:

该类的文档由以下文件生成: