class Question Represents a Question. Methods
Question setHidden(bool $hidden)
string getPrompt() Gets the prompt for choices.
class ConfirmationQuestion extends
null|callable getValidator() Gets the validator for the question.
null|int getMaxAttempts() Gets the maximum number of attempts. Null means an unlimited
string getQuestion() Returns the question.
callable getNormalizer() Gets the normalizer for the response. The normalizer can ba a
Question setValidator(callable $validator
ChoiceQuestion setErrorMessage(string
Page 2 of 3