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

Fonctions membres publiques

 setDecorated (bool $decorated)
 
 isDecorated ()
 
 setStyle (string $name, OutputFormatterStyleInterface $style)
 
 hasStyle (string $name)
 
 getStyle (string $name)
 
 format (?string $message)
 

Description détaillée

Formatter interface for console output.

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

Documentation des fonctions membres

◆ format()

format ( ?string  $message)

Formats a message according to the given styles.

Renvoie
string|null

Implémenté dans OutputFormatter, et NullOutputFormatter.

Référencé par Helper\removeDecoration().

◆ getStyle()

getStyle ( string  $name)

Gets style options from style with specified name.

Renvoie
OutputFormatterStyleInterface
Exceptions

Implémenté dans OutputFormatter, et NullOutputFormatter.

◆ hasStyle()

hasStyle ( string  $name)

Checks if output formatter has style with specified name.

Renvoie
bool

Implémenté dans OutputFormatter, et NullOutputFormatter.

◆ isDecorated()

isDecorated ( )

Whether the output will decorate messages.

Renvoie
bool

Implémenté dans OutputFormatter, et NullOutputFormatter.

Référencé par Helper\removeDecoration().

◆ setDecorated()

setDecorated ( bool  $decorated)

Sets the decorated flag.

Implémenté dans OutputFormatter, et NullOutputFormatter.

Référencé par Helper\removeDecoration().

◆ setStyle()

setStyle ( string  $name,
OutputFormatterStyleInterface  $style 
)

Sets a new style.

Implémenté dans OutputFormatter, et NullOutputFormatter.


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