VERBOSITY_QUIET
VERBOSITY_QUIET = 0
Class Output
$handle : \think\console\output\driver\Buffer|\think\console\output\driver\Console|\think\console\output\driver\Nothing
ask(\think\console\Input $input, $question, $default = null, $validator = null)
| \think\console\Input | $input | |
| $question | ||
| $default | ||
| $validator |
askHidden(\think\console\Input $input, $question, $validator = null)
| \think\console\Input | $input | |
| $question | ||
| $validator |
confirm(\think\console\Input $input, $question, $default = true)
| \think\console\Input | $input | |
| $question | ||
| $default |
choice(\think\console\Input $input, $question, array $choices, $default = null)
{@inheritdoc}
| \think\console\Input | $input | |
| $question | ||
| array | $choices | |
| $default |
askQuestion(\think\console\Input $input, \think\console\output\Question $question)
| \think\console\Input | $input | |
| \think\console\output\Question | $question |