Application
extends Application
in package
Table of Contents
Methods
- __construct() : mixed
- doRun() : int
- getLongVersion() : string
- Returns the long version of the application.
- getCommandName() : string|null
- getDefaultInputDefinition() : InputDefinition
Methods
__construct()
public
__construct() : mixed
doRun()
public
doRun(InputInterface $input, OutputInterface $output) : int
Parameters
- $input : InputInterface
- $output : OutputInterface
Return values
intgetLongVersion()
Returns the long version of the application.
public
getLongVersion() : string
Return values
string —The long application version
getCommandName()
protected
getCommandName(InputInterface $input) : string|null
Parameters
- $input : InputInterface
Return values
string|nullgetDefaultInputDefinition()
protected
getDefaultInputDefinition() : InputDefinition