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