function OutputStyle::__construct
2 calls to OutputStyle::__construct()
- SymfonyStyle::__construct in vendor/
symfony/ console/ Style/ SymfonyStyle.php - SymfonyStyle::__construct in vendor/
symfony/ console/ Style/ SymfonyStyle.php
1 method overrides OutputStyle::__construct()
- SymfonyStyle::__construct in vendor/
symfony/ console/ Style/ SymfonyStyle.php
File
-
vendor/
symfony/ console/ Style/ OutputStyle.php, line 26
Class
- OutputStyle
- Decorates output to add console style guide helpers.
Namespace
Symfony\Component\Console\StyleCode
public function __construct(OutputInterface $output) {
}