Property | Type | Description | |
---|---|---|---|
$console | Console实例 |
Method | Description | |
---|---|---|
__construct ( |
Command constructor. | |
execute ( array $args, array $options = [] ) | 命令的入口方法 | |
format ( string $text, array $option = [] ) : string | 格式化文本 | |
write ( string $text, array $option = [] ) | 格式化输出 | |
writeln ( string $text, array $option = [] ) | 格式化输出 |
public __construct ( |
||
$console |