function OutputFormatterStyleInterface::unsetOption
Unsets some specific style option.
2 methods override OutputFormatterStyleInterface::unsetOption()
- NullOutputFormatterStyle::unsetOption in vendor/
symfony/ console/ Formatter/ NullOutputFormatterStyle.php - Unsets some specific style option.
- OutputFormatterStyle::unsetOption in vendor/
symfony/ console/ Formatter/ OutputFormatterStyle.php - Unsets some specific style option.
File
-
vendor/
symfony/ console/ Formatter/ OutputFormatterStyleInterface.php, line 39
Class
- OutputFormatterStyleInterface
- Formatter style interface for defining styles.
Namespace
Symfony\Component\Console\FormatterCode
public function unsetOption(string $option) : void;