PHP Класс Symfony\Component\Console\Helper\SymfonyQuestionHelper

Автор: Kevin Bond ([email protected])
Наследование: extends Symfony\Component\Console\Helper\QuestionHelper
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
ask ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output, Symfony\Component\Console\Question\Question $question )

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

Метод Описание
writeError ( Symfony\Component\Console\Output\OutputInterface $output, Exception $error )
writePrompt ( Symfony\Component\Console\Output\OutputInterface $output, Symfony\Component\Console\Question\Question $question )

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

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

public ask ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output, Symfony\Component\Console\Question\Question $question )
$input Symfony\Component\Console\Input\InputInterface
$output Symfony\Component\Console\Output\OutputInterface
$question Symfony\Component\Console\Question\Question

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

protected writeError ( Symfony\Component\Console\Output\OutputInterface $output, Exception $error )
$output Symfony\Component\Console\Output\OutputInterface
$error Exception

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

protected writePrompt ( Symfony\Component\Console\Output\OutputInterface $output, Symfony\Component\Console\Question\Question $question )
$output Symfony\Component\Console\Output\OutputInterface
$question Symfony\Component\Console\Question\Question