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