class application extends Application
Methods
__construct(string $name, string $version, language $language, config $config)
|
||
string |
getHelp()
Gets the help message. |
|
register_container_commands(service_collection $command_collection)
Register a set of commands from the container |
||
doRun(InputInterface $input, OutputInterface $output)
{@inheritdoc} |
Details
at line 45
public
__construct(string $name, string $version, language $language, config $config)
at line 73
public string
getHelp()
Gets the help message.
It's a hack of the default help message to display the --shell option only for the application and not for all the commands.
at line 105
public
register_container_commands(service_collection $command_collection)
Register a set of commands from the container
at line 124
public
doRun(InputInterface $input, OutputInterface $output)
{@inheritdoc}