Joomla CMS  4.2.2
Documentation des API du CMS Joomla en version 4.2.2
Référence de l'interface OutputFormatterStyleInterface
+ Graphe d'héritage de OutputFormatterStyleInterface:

Fonctions membres publiques

 setForeground (string $color=null)
 
 setBackground (string $color=null)
 
 setOption (string $option)
 
 unsetOption (string $option)
 
 setOptions (array $options)
 
 apply (string $text)
 

Description détaillée

Formatter style interface for defining styles.

Auteur
Konstantin Kudryashov ever..nosp@m.zet@.nosp@m.gmail.nosp@m..com

Documentation des fonctions membres

◆ apply()

apply ( string  $text)

Applies the style to a given text.

Renvoie
string

Implémenté dans OutputFormatterStyle, et NullOutputFormatterStyle.

◆ setBackground()

setBackground ( string  $color = null)

Sets style background color.

Implémenté dans OutputFormatterStyle, et NullOutputFormatterStyle.

◆ setForeground()

setForeground ( string  $color = null)

Sets style foreground color.

Implémenté dans OutputFormatterStyle, et NullOutputFormatterStyle.

◆ setOption()

setOption ( string  $option)

Sets some specific style option.

Implémenté dans OutputFormatterStyle, et NullOutputFormatterStyle.

◆ setOptions()

setOptions ( array  $options)

Sets multiple style options at once.

Implémenté dans OutputFormatterStyle, et NullOutputFormatterStyle.

◆ unsetOption()

unsetOption ( string  $option)

Unsets some specific style option.

Implémenté dans OutputFormatterStyle, et NullOutputFormatterStyle.


La documentation de cette interface a été générée à partir du fichier suivant :