Command
class Command extends Command
Properties
protected string | $name | 名称. |
|
protected string | $description | 描述. |
|
$hidden | 隐藏. |
||
protected InputInterface | $input | 输入. |
|
protected OutputInterface | $output | 输出. |
|
protected array | $arguments | 参数. |
|
protected array | $options | 选项. |
Methods
__construct()
No description
initialize(InputInterface $input, OutputInterface $output)
{@inheritdoc}
void
specifyParameters()
添加参数和选项.
array
getArguments()
获取参数.
array
getOptions()
获取选项.
Details
at line 69
__construct()
No description
at line 83
initialize(InputInterface $input, OutputInterface $output)
{@inheritdoc}
at line 93
protected void
specifyParameters()
添加参数和选项.
at line 107
array
getArguments()
获取参数.
at line 115
array
getOptions()
获取选项.