Method | Description | |
---|---|---|
getCommandName ( Symfony\Component\Console\Input\InputInterface $input ) : string | Gets the name of the command based on input. | |
getDefaultCommands ( ) : Command[] | Gets the default commands that should always be available. |
protected getCommandName ( Symfony\Component\Console\Input\InputInterface $input ) : string | ||
$input | Symfony\Component\Console\Input\InputInterface | The input interface |
return | string | The command name |
protected getDefaultCommands ( ) : Command[] | ||
return | Command[] | An array of default Command instances |