PHP Класс Visualphpunit\Console\Application\Vpu

Автор: Johannes Skov Frandsen ([email protected])
Наследование: extends Symfony\Component\Console\Application
Показать файл Открыть проект

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

Метод Описание
getDefinition ( ) : Symfony\Component\Console\Input\InputDefinition 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 ( ) : Command[] Gets the default commands that should always be available.

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

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 ( ) : Command[]
Результат Symfony\Component\Console\Command\Command[] 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 ( ) : Symfony\Component\Console\Input\InputDefinition
Результат Symfony\Component\Console\Input\InputDefinition