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

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
 

Description détaillée

The Formatter class provides helpers to format messages.

Auteur
Fabien Potencier fabie.nosp@m.n@sy.nosp@m.mfony.nosp@m..com

Documentation des fonctions membres

◆ formatBlock()

formatBlock (   $messages,
string  $style,
bool  $large = false 
)

Formats a message as a block of text.

Paramètres
string | array$messagesThe message to write in the block
Renvoie
string

Références $i, $message, $messages, $style, OutputFormatter\escape(), et width.

◆ formatSection()

formatSection ( string  $section,
string  $message,
string  $style = 'info' 
)

Formats a message within a section.

Renvoie
string

Références $message, $section, et $style.

◆ getName()

getName ( )

{Returns the canonical name of this helper.

Renvoie
string
}

Implémente HelperInterface.

◆ truncate()

truncate ( string  $message,
int  $length,
string  $suffix = '...' 
)

Truncates a message to the given length.

Renvoie
string

Références $message, $suffix, et width.


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