PHP Класс Symfony\Component\Console\Tests\CustomApplication

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

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

Метод Описание
getDefaultHelperSet ( ) : Symfony\Component\Console\Helper\HelperSet Gets the default helper set with the helpers that should always be available.
getDefaultInputDefinition ( ) : Symfony\Component\Console\Input\InputDefinition Overwrites the default input definition.

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

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

Gets the default helper set with the helpers that should always be available.
protected getDefaultHelperSet ( ) : Symfony\Component\Console\Helper\HelperSet
Результат Symfony\Component\Console\Helper\HelperSet A HelperSet instance

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

Overwrites the default input definition.
protected getDefaultInputDefinition ( ) : Symfony\Component\Console\Input\InputDefinition
Результат Symfony\Component\Console\Input\InputDefinition An InputDefinition instance