PHP Класс Hal\Application\Console\DesignPatternApplication

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

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

Метод Описание
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[]
Результат Command[] An array of default Command instances