PHP Class Symfony\Component\Console\Helper\SymfonyQuestionHelper

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

Méthodes publiques

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

Méthodes protégées

Méthode 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 méthode

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 méthode

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

writePrompt() protected méthode

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