Application extends Application
Table of Contents
- $applicationDefinition : ApplicationDefinition
- beforeCommand() : mixed
- getLongVersion() : mixed
- Removes default app name output
- infos() : mixed
- run() : mixed
- setApplicationDefinition() : mixed
- Sets the app definition
- printCliHeader() : void
Properties
$applicationDefinition
protected
ApplicationDefinition
$applicationDefinition
Methods
beforeCommand()
public
beforeCommand(string $Command) : mixed
Parameters
- $Command : string
Return values
mixed —getLongVersion()
Removes default app name output
public
getLongVersion() : mixed
Return values
mixed —infos()
public
infos(array<string|int, mixed> $infos) : mixed
Parameters
- $infos : array<string|int, mixed>
Return values
mixed —run()
public
run([InputInterface $input = null ][, OutputInterface $output = null ]) : mixed
Parameters
- $input : InputInterface = null
- $output : OutputInterface = null
Return values
mixed —setApplicationDefinition()
Sets the app definition
public
setApplicationDefinition(ApplicationDefinition $applicationDefinition) : mixed
Parameters
- $applicationDefinition : ApplicationDefinition
Return values
mixed —printCliHeader()
private
printCliHeader() : void