string askHiddenResponse(OutputInterface $output, string|array $question, bool $fallback = true)
Asks a question to the user, the response is hidden.
string askHiddenResponse(OutputInterface $output, string|array $question, bool $fallback = true)
Asks a question to the user, the response is hidden.
OutputInterface | $output | An Output instance |
string|array | $question | The question |
bool | $fallback | In case the response can not be hidden, whether to fallback on non-hidden question or not |
string | The answer |
RuntimeException | In case the fallback is deactivated and the response can not be hidden |
Designed by : w10schools
service@w10schools.com
Please login to continue.