Joomla CMS
4.2.2
Documentation des API du CMS Joomla en version 4.2.2
|
Fonctions membres publiques | |
setForeground (string $color=null) | |
setBackground (string $color=null) | |
setOption (string $option) | |
unsetOption (string $option) | |
setOptions (array $options) | |
apply (string $text) | |
Formatter style interface for defining styles.
apply | ( | string | $text | ) |
Applies the style to a given text.
Implémenté dans OutputFormatterStyle, et NullOutputFormatterStyle.
setBackground | ( | string | $color = null | ) |
Sets style background color.
Implémenté dans OutputFormatterStyle, et NullOutputFormatterStyle.
setForeground | ( | string | $color = null | ) |
Sets style foreground color.
Implémenté dans OutputFormatterStyle, et NullOutputFormatterStyle.
setOption | ( | string | $option | ) |
Sets some specific style option.
Implémenté dans OutputFormatterStyle, et NullOutputFormatterStyle.
setOptions | ( | array | $options | ) |
Sets multiple style options at once.
Implémenté dans OutputFormatterStyle, et NullOutputFormatterStyle.
unsetOption | ( | string | $option | ) |
Unsets some specific style option.
Implémenté dans OutputFormatterStyle, et NullOutputFormatterStyle.