PHP 클래스 Symfony\Component\Console\Helper\SymfonyQuestionHelper

저자: Kevin Bond ([email protected])
상속: extends Symfony\Component\Console\Helper\QuestionHelper
파일 보기 프로젝트 열기: symfony/symfony 1 사용 예제들

공개 메소드들

메소드 설명
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