public function StyleInterface::text in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/symfony/console/Style/StyleInterface.php \Symfony\Component\Console\Style\StyleInterface::text()
Formats informational text.
Parameters
string|array $message:
1 method overrides StyleInterface::text()
- SymfonyStyle::text in vendor/
symfony/ console/ Style/ SymfonyStyle.php - Formats informational text.
File
- vendor/
symfony/ console/ Style/ StyleInterface.php, line 47
Class
- StyleInterface
- Output style helpers.
Namespace
Symfony\Component\Console\StyleCode
public function text($message);