PHP 클래스 Matthias\SymfonyConsoleForm\Console\Helper\Question\AlwaysReturnKeyOfChoiceQuestion

상속: extends Symfony\Component\Console\Question\ChoiceQuestion
파일 보기 프로젝트 열기: matthiasnoback/symfony-console-form 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( string $question, array $choiceViews, mixed $default = null )
getValidator ( ) : callable
setErrorMessage ( string $errorMessage )
setMultiselect ( boolean $multiselect )

비공개 메소드들

메소드 설명
assertFlatChoiceViewsArray ( array $choiceViews )
prepareAutocompleteValues ( ) : array
prepareChoices ( ) : array
resolveChoiceViewValue ( string $selectedValue ) : string

메소드 상세

__construct() 공개 메소드

public __construct ( string $question, array $choiceViews, mixed $default = null )
$question string The question to ask to the user.
$choiceViews array
$default mixed The default answer to return.

getValidator() 공개 메소드

public getValidator ( ) : callable
리턴 callable

setErrorMessage() 공개 메소드

public setErrorMessage ( string $errorMessage )
$errorMessage string

setMultiselect() 공개 메소드

public setMultiselect ( boolean $multiselect )
$multiselect boolean