PHP Класс Symfony\Component\Console\Command\HelpCommand

Автор: Fabien Potencier ([email protected])
Наследование: extends Command
Показать файл Открыть проект Примеры использования класса

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

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

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

Метод Описание
configure ( )
execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )

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

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

protected configure ( )

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

protected execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )
$input Symfony\Component\Console\Input\InputInterface
$output Symfony\Component\Console\Output\OutputInterface

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

Sets the command
public setCommand ( Command $command )
$command Command The command to set