public function OutputFormatter::getStyleStack in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/symfony/console/Formatter/OutputFormatter.php \Symfony\Component\Console\Formatter\OutputFormatter::getStyleStack()
Return value
File
- vendor/
symfony/ console/ Formatter/ OutputFormatter.php, line 173
Class
- OutputFormatter
- Formatter class for console output.
Namespace
Symfony\Component\Console\FormatterCode
public function getStyleStack() {
return $this->styleStack;
}