PHP Класс Platformsh\Cli\Command\HelpCommand

Наследование: extends Symfony\Component\Console\Command\HelpCommand
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$command

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

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

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

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

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

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() публичный Метод

public setCommand ( Command $command )
$command Symfony\Component\Console\Command\Command

Описание свойств

$command защищенное свойство

protected $command