PHP Класс think\console\command\Help

Наследование: extends think\console\command\Command
Показать файл Открыть проект

Открытые методы

Метод Описание
setCommand ( Command $command ) Sets the command.

Защищенные методы

Метод Описание
configure ( )
execute ( Input $input, Output $output )

Описание методов

configure() защищенный Метод

protected configure ( )

execute() защищенный Метод

protected execute ( Input $input, Output $output )
$input think\console\Input
$output think\console\Output

setCommand() публичный Метод

Sets the command.
public setCommand ( Command $command )
$command think\console\Command The command to set