You are here

public function OutputFormatter::getStyleStack in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/symfony/console/Formatter/OutputFormatter.php \Symfony\Component\Console\Formatter\OutputFormatter::getStyleStack()

Return value

OutputFormatterStyleStack

File

vendor/symfony/console/Formatter/OutputFormatter.php, line 173

Class

OutputFormatter
Formatter class for console output.

Namespace

Symfony\Component\Console\Formatter

Code

public function getStyleStack() {
  return $this->styleStack;
}