PHP Class Symfony\Component\Console\Tests\CustomApplication

Inheritance: extends Symfony\Component\Console\Application
Datei anzeigen Open project: symfony/symfony Class Usage Examples

Protected Methods

Method Description
getDefaultHelperSet ( ) : Symfony\Component\Console\Helper\HelperSet Gets the default helper set with the helpers that should always be available.
getDefaultInputDefinition ( ) : Symfony\Component\Console\Input\InputDefinition Overwrites the default input definition.

Method Details

getDefaultHelperSet() protected method

Gets the default helper set with the helpers that should always be available.
protected getDefaultHelperSet ( ) : Symfony\Component\Console\Helper\HelperSet
return Symfony\Component\Console\Helper\HelperSet A HelperSet instance

getDefaultInputDefinition() protected method

Overwrites the default input definition.
protected getDefaultInputDefinition ( ) : Symfony\Component\Console\Input\InputDefinition
return Symfony\Component\Console\Input\InputDefinition An InputDefinition instance