Joomla CMS
4.2.2
Documentation des API du CMS Joomla en version 4.2.2
|
Fonctions membres publiques | |
setDecorated (bool $decorated) | |
isDecorated () | |
setStyle (string $name, OutputFormatterStyleInterface $style) | |
hasStyle (string $name) | |
getStyle (string $name) | |
format (?string $message) | |
Formatter interface for console output.
format | ( | ?string | $message | ) |
Formats a message according to the given styles.
Implémenté dans OutputFormatter, et NullOutputFormatter.
Référencé par Helper\removeDecoration().
getStyle | ( | string | $name | ) |
Gets style options from style with specified name.
Implémenté dans OutputFormatter, et NullOutputFormatter.
hasStyle | ( | string | $name | ) |
Checks if output formatter has style with specified name.
Implémenté dans OutputFormatter, et NullOutputFormatter.
isDecorated | ( | ) |
Whether the output will decorate messages.
Implémenté dans OutputFormatter, et NullOutputFormatter.
Référencé par Helper\removeDecoration().
setDecorated | ( | bool | $decorated | ) |
Sets the decorated flag.
Implémenté dans OutputFormatter, et NullOutputFormatter.
Référencé par Helper\removeDecoration().
setStyle | ( | string | $name, |
OutputFormatterStyleInterface | $style | ||
) |
Sets a new style.
Implémenté dans OutputFormatter, et NullOutputFormatter.