PHP Class SensioLabs\Insight\Cli\Application

Inheritance: extends Symfony\Component\Console\Application
Show file Open project: sensiolabs/insight

Public Methods

Method Description
__construct ( )
getApi ( )
getLongVersion ( )

Protected Methods

Method Description
doRunCommand ( Command $command, Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )
getDefaultCommands ( )
getDefaultHelperSet ( )
getDefaultInputDefinition ( )

Method Details

__construct() public method

public __construct ( )

doRunCommand() protected method

protected doRunCommand ( Command $command, Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )
$command Symfony\Component\Console\Command\Command
$input Symfony\Component\Console\Input\InputInterface
$output Symfony\Component\Console\Output\OutputInterface

getApi() public method

public getApi ( )

getDefaultCommands() protected method

protected getDefaultCommands ( )

getDefaultHelperSet() protected method

protected getDefaultHelperSet ( )

getDefaultInputDefinition() protected method

getLongVersion() public method

public getLongVersion ( )