Method | 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 |
Method | Description | |
---|---|---|
getCommandName ( Symfony\Component\Console\Input\InputInterface $input ) | ||
getDefaultCommands ( ) | ||
getDefaultHelperSet ( ) | ||
getDefaultInputDefinition ( ) |
public __construct ( Webmozart\Console\Api\Application\Application $application ) | ||
$application | Webmozart\Console\Api\Application\Application |
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 |
public getAdaptedApplication ( ) : Webmozart\Console\Api\Application\Application | ||
return | Webmozart\Console\Api\Application\Application |
protected getCommandName ( Symfony\Component\Console\Input\InputInterface $input ) | ||
$input | Symfony\Component\Console\Input\InputInterface |