OutputFormatterStyleInterface
OutputFormatterStyleInterface
interface OutputFormatterStyleInterface
Formatter style interface for defining styles.
Methods
< 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 |