public function OutputFormatterStyleInterface::unsetOption in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/symfony/console/Formatter/OutputFormatterStyleInterface.php \Symfony\Component\Console\Formatter\OutputFormatterStyleInterface::unsetOption()
Unsets some specific style option.
Parameters
string $option The option name:
1 method overrides OutputFormatterStyleInterface::unsetOption()
- OutputFormatterStyle::unsetOption in vendor/
symfony/ console/ Formatter/ OutputFormatterStyle.php - Unsets some specific style option.
File
- vendor/
symfony/ console/ Formatter/ OutputFormatterStyleInterface.php, line 47
Class
- OutputFormatterStyleInterface
- Formatter style interface for defining styles.
Namespace
Symfony\Component\Console\FormatterCode
public function unsetOption($option);