Joomla CMS
4.2.2
Documentation des API du CMS Joomla en version 4.2.2
|
Fonctions membres publiques | |
formatSection (string $section, string $message, string $style='info') | |
formatBlock ($messages, string $style, bool $large=false) | |
truncate (string $message, int $length, string $suffix='...') | |
getName () | |
Fonctions membres publiques hérités de Helper | |
setHelperSet (HelperSet $helperSet=null) | |
getHelperSet () | |
Membres hérités additionnels | |
Fonctions membres publiques statiques hérités de Helper | |
static | strlen (?string $string) |
static | width (?string $string) |
static | length (?string $string) |
static | substr (?string $string, int $from, int $length=null) |
static | formatTime ($secs) |
static | formatMemory (int $memory) |
static | strlenWithoutDecoration (OutputFormatterInterface $formatter, ?string $string) |
static | removeDecoration (OutputFormatterInterface $formatter, ?string $string) |
Attributs protégés hérités de Helper | |
$helperSet = null | |
The Formatter class provides helpers to format messages.
formatBlock | ( | $messages, | |
string | $style, | ||
bool | $large = false |
||
) |
formatSection | ( | string | $section, |
string | $message, | ||
string | $style = 'info' |
||
) |
getName | ( | ) |
truncate | ( | string | $message, |
int | $length, | ||
string | $suffix = '...' |
||
) |