PHP Class Webmozart\Console\Adapter\ApplicationAdapter

Since: 1.0
Author: Bernhard Schussek ([email protected])
Inheritance: extends Symfony\Component\Console\Application
Afficher le fichier Open project: webmozart/console Class Usage Examples

Méthodes publiques

Méthode Description
__construct ( Webmozart\Console\Api\Application\Application $application ) Creates the application.
doRun ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )
find ( $name )
getAdaptedApplication ( ) : Webmozart\Console\Api\Application\Application

Méthodes protégées

Méthode Description
getCommandName ( Symfony\Component\Console\Input\InputInterface $input )
getDefaultCommands ( )
getDefaultHelperSet ( )
getDefaultInputDefinition ( )

Method Details

__construct() public méthode

Creates the application.
public __construct ( Webmozart\Console\Api\Application\Application $application )
$application Webmozart\Console\Api\Application\Application

doRun() public méthode

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

find() public méthode

public find ( $name )

getAdaptedApplication() public méthode

public getAdaptedApplication ( ) : Webmozart\Console\Api\Application\Application
Résultat Webmozart\Console\Api\Application\Application

getCommandName() protected méthode

protected getCommandName ( Symfony\Component\Console\Input\InputInterface $input )
$input Symfony\Component\Console\Input\InputInterface

getDefaultCommands() protected méthode

protected getDefaultCommands ( )

getDefaultHelperSet() protected méthode

protected getDefaultHelperSet ( )

getDefaultInputDefinition() protected méthode