class ServeCommand extends Command

Properties

protected $name
protected $description
protected bool $hidden

隐藏.

from  Command
protected InputInterface $input

输入.

from  Command
protected OutputInterface $output

输出.

from  Command
protected array $arguments

参数.

from  Command
protected $options
protected $tries

Methods

__construct()

No description

from  Command
initialize(InputInterface $input, OutputInterface $output)

{@inheritdoc}

from  Command
void
specifyParameters()

添加参数和选项.

from  Command
array
getArguments()

获取参数.

from  Command
array
getOptions()

获取选项.

from  Command
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}

Parameters

InputInterface $input
OutputInterface $output

in Command at line 93
protected void specifyParameters()

添加参数和选项.

Return Value

void

in Command at line 107
array getArguments()

获取参数.

Return Value

array

in Command at line 115
array getOptions()

获取选项.

Return Value

array

at line 35
protected execute(InputInterface $input, OutputInterface $output)

No description

Parameters

InputInterface $input
OutputInterface $output

at line 57
protected serverCommand()

No description