PHP Класс Liuggio\Fastest\Application

Наследование: extends Symfony\Component\Console\Application
Показать файл Открыть проект

Открытые методы

Метод Описание
__construct ( )
getDefinition ( ) Overridden so that the application doesn't expect the command name to be the first argument.

Защищенные методы

Метод Описание
getCommandName ( Symfony\Component\Console\Input\InputInterface $input ) : string Gets the name of the command based on input.
getDefaultCommands ( ) : array Gets the default commands that should always be available.

Описание методов

__construct() публичный Метод

public __construct ( )

getCommandName() защищенный Метод

Gets the name of the command based on input.
protected getCommandName ( Symfony\Component\Console\Input\InputInterface $input ) : string
$input Symfony\Component\Console\Input\InputInterface The input interface
Результат string The command name

getDefaultCommands() защищенный Метод

Gets the default commands that should always be available.
protected getDefaultCommands ( ) : array
Результат array An array of default Command instances

getDefinition() публичный Метод

Overridden so that the application doesn't expect the command name to be the first argument.
public getDefinition ( )