PHP Class Carew\Carew

Inheritance: extends Symfony\Component\Console\Application
Show file Open project: carew/carew Class Usage Examples

Public Methods

Method Description
__construct ( )
doRun ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )
getBuilder ( )
getContainer ( )
getEventDispatcher ( )
registerExtension ( carew\ExtensionInterface $extension )

Protected Methods

Method Description
getDefaultInputDefinition ( )

Private Methods

Method Description
loadExtensions ( )

Method Details

__construct() public method

public __construct ( )

doRun() public method

public doRun ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )
$input Symfony\Component\Console\Input\InputInterface
$output Symfony\Component\Console\Output\OutputInterface

getBuilder() public method

public getBuilder ( )

getContainer() public method

public getContainer ( )

getDefaultInputDefinition() protected method

getEventDispatcher() public method

public getEventDispatcher ( )

registerExtension() public method

public registerExtension ( carew\ExtensionInterface $extension )
$extension carew\ExtensionInterface