PHP Class Symfony\Component\Console\Command\HelpCommand

Author: Fabien Potencier ([email protected])
Inheritance: extends Command
Mostra file Open project: pmjones/php-framework-benchmarks Class Usage Examples

Public Methods

Method Description
setCommand ( Command $command ) Sets the command

Protected Methods

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

Method Details

configure() protected method

protected configure ( )

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

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