function OutputFormatterStyleInterface::setOptions
Sets multiple style options at once.
2 methods override OutputFormatterStyleInterface::setOptions()
- NullOutputFormatterStyle::setOptions in vendor/
symfony/ console/ Formatter/ NullOutputFormatterStyle.php - Sets multiple style options at once.
- OutputFormatterStyle::setOptions in vendor/
symfony/ console/ Formatter/ OutputFormatterStyle.php - Sets multiple style options at once.
File
-
vendor/
symfony/ console/ Formatter/ OutputFormatterStyleInterface.php, line 44
Class
- OutputFormatterStyleInterface
- Formatter style interface for defining styles.
Namespace
Symfony\Component\Console\FormatterCode
public function setOptions(array $options) : void;