Application extends Application
Table of Contents
Properties
- $composerExtensionsDirs : array<string|int, mixed>
Methods
- __construct() : mixed
- doRun() : int
- getLongVersion() : string
- Returns the long version of the application.
- getCommandName() : string|null
- getDefaultInputDefinition() : InputDefinition
Properties
$composerExtensionsDirs
        private
            array<string|int, mixed>
    $composerExtensionsDirs
     = []
    
    
    
    
    
Methods
__construct()
    public
                    __construct([array<string|int, string> $composerExtensionsDirs = [] ]) : mixed
    Parameters
- $composerExtensionsDirs : array<string|int, string> = []
- 
                    An array of directories where composer installeed extensions are located. 
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