Application
extends Application
in package
Table of Contents
- VERSION = '@[email protected]'
- __construct() : mixed
- getLongVersion() : string
- Returns the long version of the application.
- getCommandName() : string|null
- getDefaultInputDefinition() : InputDefinition
- detectVersion() : string
Constants
VERSION
public
mixed
VERSION
= '@[email protected]'
Methods
__construct()
public
__construct(KernelInterface $kernel) : mixed
Parameters
- $kernel : KernelInterface
Return values
mixed —getLongVersion()
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|null —getDefaultInputDefinition()
protected
getDefaultInputDefinition() : InputDefinition
Return values
InputDefinition —detectVersion()
private
detectVersion() : string