Joomla CMS
4.2.2
Documentation des API du CMS Joomla en version 4.2.2
|
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 | |
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.
|
private |
Références $id.
Référencé par DebugFormatterHelper\progress(), DebugFormatterHelper\start(), et DebugFormatterHelper\stop().
getName | ( | ) |
progress | ( | string | $id, |
string | $buffer, | ||
bool | $error = false , |
||
string | $prefix = 'OUT' , |
||
string | $errorPrefix = 'ERR' |
||
) |
Adds progress to a formatting session.
Références $buffer, $id, $message, $prefix, et DebugFormatterHelper\getBorder().
start | ( | string | $id, |
string | $message, | ||
string | $prefix = 'RUN' |
||
) |
Starts a debug formatting session.
Références $id, $message, $prefix, et DebugFormatterHelper\getBorder().
stop | ( | string | $id, |
string | $message, | ||
bool | $successful, | ||
string | $prefix = 'RES' |
||
) |
Stops a formatting session.
Références $id, $message, $prefix, et DebugFormatterHelper\getBorder().
|
private |
|
private |
|
private |