PHP Class PhpBench\Console\Application

Author: Daniel Leech ([email protected])
Inheritance: extends Symfony\Component\Console\Application
Exibir arquivo Open project: dantleech/phpbench Class Usage Examples

Public Methods

Method Description
__construct ( )

Protected Methods

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

Method Details

__construct() public method

public __construct ( )

configureIO() protected method

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

getDefaultInputDefinition() protected method