Guides

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|null

getDefaultInputDefinition()

protected getDefaultInputDefinition() : InputDefinition
Return values
InputDefinition

        
On this page

Search results