Property | Type | Description | |
---|---|---|---|
$container | Application container instance. |
Method | Description | |
---|---|---|
__construct ( |
||
all ( $namespace = null ) | ||
doRun ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) | This cli application main process. | |
getContainer ( ) | ||
getLongVersion ( ) : [type] | [getLongVersion description] | |
run ( Symfony\Component\Console\Input\InputInterface $input = null, Symfony\Component\Console\Output\OutputInterface $output = null ) | {@inheritDoc} |
Method | Description | |
---|---|---|
configureContainer ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) | Configure container to use cli application. | |
getDefaultHelperSet ( ) | {@inheritDoc} | |
getDefaultInputDefinition ( ) | ||
loadConfiguration ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) | Load configuration. | |
registerBaseModules ( ) | Register Modules. | |
registerBuiltinCommands ( ) | Register base commands | |
registerTasksAsConsoleCommands ( ) : [type] | [registerTasksAsConsoleCommands description] |
public __construct ( |
||
$container |
protected configureContainer ( 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 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 getLongVersion ( ) : [type] | ||
return | [type] |
protected loadConfiguration ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) | ||
$input | Symfony\Component\Console\Input\InputInterface | |
$output | Symfony\Component\Console\Output\OutputInterface |
protected registerBuiltinCommands ( ) |
protected registerTasksAsConsoleCommands ( ) : [type] | ||
return | [type] |
public run ( Symfony\Component\Console\Input\InputInterface $input = null, Symfony\Component\Console\Output\OutputInterface $output = null ) | ||
$input | Symfony\Component\Console\Input\InputInterface | |
$output | Symfony\Component\Console\Output\OutputInterface |