interface OutputFormatterStyleInterface
Formatter style interface for defining styles.
| setForeground(string $color = null) Sets style foreground color. | ||
| setBackground(string $color = null) Sets style background color. | ||
| setOption(string $option) Sets some specific style option. | ||
| unsetOption(string $option) Unsets some specific style option. | ||
| setOptions(array $options) Sets multiple style options at once. | ||
| string | apply(string $text) Applies the style to a given text. |
Sets style foreground color.
| string | $color | The color name |
Sets style background color.
| string | $color | The color name |
Sets some specific style option.
| string | $option | The option name |
Unsets some specific style option.
| string | $option | The option name |
Sets multiple style options at once.
| array | $options |
Applies the style to a given text.
| string | $text | The text to style |
| string |
© 2004–2017 Fabien Potencier
Licensed under the MIT License.
https://api.symfony.com/4.1/Symfony/Component/Console/Formatter/OutputFormatterStyleInterface.html