public function OutputFormatterStyleInterface::setOptions in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/symfony/console/Formatter/OutputFormatterStyleInterface.php \Symfony\Component\Console\Formatter\OutputFormatterStyleInterface::setOptions()
Sets multiple style options at once.
Parameters
array $options:
1 method overrides OutputFormatterStyleInterface::setOptions()
- OutputFormatterStyle::setOptions in vendor/
symfony/ console/ Formatter/ OutputFormatterStyle.php - Sets multiple style options at once.
File
- vendor/
symfony/ console/ Formatter/ OutputFormatterStyleInterface.php, line 54
Class
- OutputFormatterStyleInterface
- Formatter style interface for defining styles.
Namespace
Symfony\Component\Console\FormatterCode
public function setOptions(array $options);