Joomla CMS
4.2.2
Documentation des API du CMS Joomla en version 4.2.2
|
Fonctions membres publiques | |
apply (string $text) | |
setBackground (string $color=null) | |
setForeground (string $color=null) | |
setOption (string $option) | |
setOptions (array $options) | |
unsetOption (string $option) | |
apply | ( | string | $text | ) |
{Applies the style to a given text.
Implémente OutputFormatterStyleInterface.
Références $text.
setBackground | ( | string | $color = null | ) |
{Sets style background color.}
Implémente OutputFormatterStyleInterface.
setForeground | ( | string | $color = null | ) |
{Sets style foreground color.}
Implémente OutputFormatterStyleInterface.
setOption | ( | string | $option | ) |
{Sets some specific style option.}
Implémente OutputFormatterStyleInterface.
setOptions | ( | array | $options | ) |
{Sets multiple style options at once.}
Implémente OutputFormatterStyleInterface.
unsetOption | ( | string | $option | ) |
{Unsets some specific style option.}
Implémente OutputFormatterStyleInterface.