public function OutputStyle::getFormatter in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/symfony/console/Style/OutputStyle.php \Symfony\Component\Console\Style\OutputStyle::getFormatter()
Returns current output formatter instance.
Return value
Overrides OutputInterface::getFormatter
1 call to OutputStyle::getFormatter()
- SymfonyStyle::block in vendor/
symfony/ console/ Style/ SymfonyStyle.php - Formats a message as a block of text.
File
- vendor/
symfony/ console/ Style/ OutputStyle.php, line 112
Class
- OutputStyle
- Decorates output to add console style guide helpers.
Namespace
Symfony\Component\Console\StyleCode
public function getFormatter() {
return $this->output
->getFormatter();
}