You are here

public function OutputFormatterStyleInterface::setOption in Zircon Profile 8

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

Sets some specific style option.

Parameters

string $option The option name:

1 method overrides OutputFormatterStyleInterface::setOption()
OutputFormatterStyle::setOption in vendor/symfony/console/Formatter/OutputFormatterStyle.php
Sets some specific style option.

File

vendor/symfony/console/Formatter/OutputFormatterStyleInterface.php, line 40

Class

OutputFormatterStyleInterface
Formatter style interface for defining styles.

Namespace

Symfony\Component\Console\Formatter

Code

public function setOption($option);