You are here

public function OutputFormatterInterface::getStyle in Zircon Profile 8

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

Gets style options from style with specified name.

Parameters

string $name:

Return value

OutputFormatterStyleInterface

1 method overrides OutputFormatterInterface::getStyle()
OutputFormatter::getStyle in vendor/symfony/console/Formatter/OutputFormatter.php
Gets style options from style with specified name.

File

vendor/symfony/console/Formatter/OutputFormatterInterface.php, line 59

Class

OutputFormatterInterface
Formatter interface for console output.

Namespace

Symfony\Component\Console\Formatter

Code

public function getStyle($name);