PHP Class Symfony\Component\Console\Helper\SymfonyQuestionHelper

Author: Kevin Bond ([email protected])
Inheritance: extends Symfony\Component\Console\Helper\QuestionHelper
Show file Open project: symfony/symfony Class Usage Examples

Public Methods

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

Protected Methods

Method Description
writeError ( Symfony\Component\Console\Output\OutputInterface $output, Exception $error )
writePrompt ( Symfony\Component\Console\Output\OutputInterface $output, Symfony\Component\Console\Question\Question $question )

Method Details

ask() public method

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 method

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

writePrompt() protected method

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