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

Fonctions membres publiques

 start (string $id, string $message, string $prefix='RUN')
 
 progress (string $id, string $buffer, bool $error=false, string $prefix='OUT', string $errorPrefix='ERR')
 
 stop (string $id, string $message, bool $successful, string $prefix='RES')
 
 getName ()
 
- Fonctions membres publiques hérités de Helper
 setHelperSet (HelperSet $helperSet=null)
 
 getHelperSet ()
 

Fonctions membres privées

 getBorder (string $id)
 

Attributs privés

const COLORS = ['black', 'red', 'green', 'yellow', 'blue', 'magenta', 'cyan', 'white', 'default']
 
 $started = []
 
 $count = -1
 

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

Helps outputting debug information when running an external program from a command.

An external program can be a Process, an HTTP request, or anything else.

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

Documentation des fonctions membres

◆ getBorder()

getBorder ( string  $id)
private

◆ getName()

getName ( )

{Returns the canonical name of this helper.

Renvoie
string
}

Implémente HelperInterface.

◆ progress()

progress ( string  $id,
string  $buffer,
bool  $error = false,
string  $prefix = 'OUT',
string  $errorPrefix = 'ERR' 
)

Adds progress to a formatting session.

Renvoie
string

Références $buffer, $id, $message, $prefix, et DebugFormatterHelper\getBorder().

◆ start()

start ( string  $id,
string  $message,
string  $prefix = 'RUN' 
)

Starts a debug formatting session.

Renvoie
string

Références $id, $message, $prefix, et DebugFormatterHelper\getBorder().

◆ stop()

stop ( string  $id,
string  $message,
bool  $successful,
string  $prefix = 'RES' 
)

Stops a formatting session.

Renvoie
string

Références $id, $message, $prefix, et DebugFormatterHelper\getBorder().

Documentation des champs

◆ $count

$count = -1
private

◆ $started

$started = []
private

◆ COLORS

const COLORS = ['black', 'red', 'green', 'yellow', 'blue', 'magenta', 'cyan', 'white', 'default']
private

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