Joomla CMS
4.2.2
Documentation des API du CMS Joomla en version 4.2.2
|
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 | |
format | ( | ?string | $message | ) |
{Formats a message according to the given styles.
Implémente OutputFormatterInterface.
Références null.
getStyle | ( | string | $name | ) |
{Gets style options from style with specified name.
Implémente OutputFormatterInterface.
hasStyle | ( | string | $name | ) |
{Checks if output formatter has style with specified name.
Implémente OutputFormatterInterface.
isDecorated | ( | ) |
setDecorated | ( | bool | $decorated | ) |
{Sets the decorated flag.}
Implémente OutputFormatterInterface.
setStyle | ( | string | $name, |
OutputFormatterStyleInterface | $style | ||
) |
{Sets a new style.}
Implémente OutputFormatterInterface.
|
private |