NullOutputFormatterStyle
class NullOutputFormatterStyle implementsOutputFormatterStyleInterface
Methods
string
apply(string$text)
Applies the style to a given text.
void
setBackground(string|null$color)
Sets style background color.
void
setForeground(string|null$color)
Sets style foreground color.
void
setOption(string$option)
Sets some specific style option.
void
setOptions(array$options)
Sets multiple style options at once.
void
unsetOption(string$option)
Unsets some specific style option.