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