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 |
apply(string $text)
Applies the style to a given text. |
Details
at line 30
public
setForeground(string $color = null)
Sets style foreground color.
at line 39
public
setBackground(string $color = null)
Sets style background color.
at line 48
public
setOption(string $option)
Sets some specific style option.
at line 55
public
unsetOption(string $option)
Unsets some specific style option.
at line 62
public
setOptions(array $options)
Sets multiple style options at once.
at line 71
public string
apply(string $text)
Applies the style to a given text.