public function OutputFormatterInterface::getStyle in Zircon Profile 8
Same name and namespace in other branches
- 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
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\FormatterCode
public function getStyle($name);