Joomla CMS
4.2.2
Documentation des API du CMS Joomla en version 4.2.2
|
Fonctions membres publiques | |
__construct (string $foreground=null, string $background=null, array $options=[]) | |
setForeground (string $color=null) | |
setBackground (string $color=null) | |
setHref (string $url) | |
setOption (string $option) | |
unsetOption (string $option) | |
setOptions (array $options) | |
apply (string $text) | |
Attributs privés | |
$color | |
$foreground | |
$background | |
$options | |
$href | |
$handlesHrefGracefully | |
Formatter style class for defining styles.
Initializes output formatter style.
string | null | $foreground | The style foreground color name |
string | null | $background | The style background color name |
Références OutputFormatterStyle\$background, OutputFormatterStyle\$foreground, OutputFormatterStyle\$options, et color.
apply | ( | string | $text | ) |
setBackground | ( | string | $color = null | ) |
{Sets style background color.}
Implémente OutputFormatterStyleInterface.
Références OutputFormatterStyle\$color, et color.
setForeground | ( | string | $color = null | ) |
{Sets style foreground color.}
Implémente OutputFormatterStyleInterface.
Références OutputFormatterStyle\$color, et color.
setHref | ( | string | $url | ) |
Références $url.
setOption | ( | string | $option | ) |
{Sets some specific style option.}
Implémente OutputFormatterStyleInterface.
setOptions | ( | array | $options | ) |
{Sets multiple style options at once.}
Implémente OutputFormatterStyleInterface.
Références OutputFormatterStyle\$options, et color.
unsetOption | ( | string | $option | ) |
{Unsets some specific style option.}
Implémente OutputFormatterStyleInterface.
|
private |
Référencé par OutputFormatterStyle\__construct().
|
private |
Référencé par OutputFormatterStyle\setBackground(), et OutputFormatterStyle\setForeground().
|
private |
Référencé par OutputFormatterStyle\__construct().
|
private |
|
private |
|
private |
Référencé par OutputFormatterStyle\__construct(), et OutputFormatterStyle\setOptions().