Application
        
        extends Application
    
    
            
            in package
            
        
    
    
    
FinalYes
Table of Contents
Methods
- __construct() : mixed
 - getCommandName() : string|null
 - getDefaultInputDefinition() : InputDefinition
 
Methods
__construct()
    public
                    __construct(iterable<string|int, Command> $commands[, string $defaultCommand = 'run' ]) : mixed
    Parameters
- $commands : iterable<string|int, Command>
 - $defaultCommand : string = 'run'
 
getCommandName()
    protected
                    getCommandName(InputInterface $input) : string|null
    Parameters
- $input : InputInterface
 
Return values
string|nullgetDefaultInputDefinition()
    protected
                    getDefaultInputDefinition() : InputDefinition