PHP Class Platformsh\Cli\Command\HelpCommand

Inheritance: extends Symfony\Component\Console\Command\HelpCommand
Show file Open project: commerceguys/platform-cli

Protected Properties

Property Type Description
$command

Public Methods

Method Description
setCommand ( Command $command )

Protected Methods

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

Method Details

execute() protected method

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 method

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

Property Details

$command protected property

protected $command