Joomla CMS  4.2.2
Documentation des API du CMS Joomla en version 4.2.2
Référence de la classe NullOutputFormatter
+ Graphe d'héritage de NullOutputFormatter:

Fonctions membres publiques

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

Attributs privés

 $style
 

Description détaillée

Documentation des fonctions membres

◆ format()

format ( ?string  $message)

{Formats a message according to the given styles.

Renvoie
string|null
}

Implémente OutputFormatterInterface.

Références null.

◆ getStyle()

getStyle ( string  $name)

{Gets style options from style with specified name.

Renvoie
OutputFormatterStyleInterface
Exceptions
}

Implémente OutputFormatterInterface.

◆ hasStyle()

hasStyle ( string  $name)

{Checks if output formatter has style with specified name.

Renvoie
bool
}

Implémente OutputFormatterInterface.

◆ isDecorated()

isDecorated ( )

{Whether the output will decorate messages.

Renvoie
bool
}

Implémente OutputFormatterInterface.

◆ setDecorated()

setDecorated ( bool  $decorated)

{Sets the decorated flag.}

Implémente OutputFormatterInterface.

◆ setStyle()

setStyle ( string  $name,
OutputFormatterStyleInterface  $style 
)

{Sets a new style.}

Implémente OutputFormatterInterface.

Documentation des champs

◆ $style

$style
private

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