public function StyleInterface::askHidden in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/symfony/console/Style/StyleInterface.php \Symfony\Component\Console\Style\StyleInterface::askHidden()
Asks a question with the user input hidden.
Parameters
string $question:
callable|null $validator:
Return value
string
1 method overrides StyleInterface::askHidden()
- SymfonyStyle::askHidden in vendor/
symfony/ console/ Style/ SymfonyStyle.php - Asks a question with the user input hidden.
File
- vendor/
symfony/ console/ Style/ StyleInterface.php, line 111
Class
- StyleInterface
- Output style helpers.
Namespace
Symfony\Component\Console\StyleCode
public function askHidden($question, $validator = null);