PHP Класс tad\WPBrowser\Interactions\WPBootsrapButler

Наследование: extends BaseButler, implements tad\WPBrowser\Interactions\ButlerInterface
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
askQuestions ( mixed $helper, Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output, boolean $verbose = true ) : array

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

Метод Описание
getOptionDefault ( Symfony\Component\Console\Input\InputInterface $input, $option, $default )
question ( $questionText )

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

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

public askQuestions ( mixed $helper, Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output, boolean $verbose = true ) : array
$helper mixed A question helper
$input Symfony\Component\Console\Input\InputInterface
$output Symfony\Component\Console\Output\OutputInterface
$verbose boolean
Результат array

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

protected getOptionDefault ( Symfony\Component\Console\Input\InputInterface $input, $option, $default )
$input Symfony\Component\Console\Input\InputInterface
$option
$default

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

protected question ( $questionText )