DialogHelper deprecated::askHiddenResponse()

string askHiddenResponse(OutputInterface $output, string|array $question, bool $fallback = true)

Asks a question to the user, the response is hidden.

Parameters

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

Return Value

string The answer

Exceptions

RuntimeException In case the fallback is deactivated and the response can not be hidden
doc_Symfony
2016-10-28 06:14:11
Comments
Leave a Comment

Please login to continue.