Joomla CMS
4.2.2
Documentation des API du CMS Joomla en version 4.2.2
|
Fonctions membres publiques | |
__construct (OutputInterface $output, string $format=null, int $indicatorChangeInterval=100, array $indicatorValues=null) | |
setMessage (?string $message) | |
start (string $message) | |
advance () | |
finish (string $message) | |
Fonctions membres publiques statiques | |
static | getFormatDefinition (string $name) |
static | setPlaceholderFormatterDefinition (string $name, callable $callable) |
static | getPlaceholderFormatterDefinition (string $name) |
Fonctions membres privées | |
display () | |
determineBestFormat () | |
overwrite (string $message) | |
getCurrentTimeInMilliseconds () | |
Fonctions membres privées statiques | |
static | initPlaceholderFormatters () |
Attributs privés | |
const | FORMATS |
const | $output |
$startTime | |
$format | |
$message | |
$indicatorValues | |
$indicatorCurrent | |
$indicatorChangeInterval | |
$indicatorUpdateTime | |
$started = false | |
Attributs privés statiques | |
static | $formatters |
__construct | ( | OutputInterface | $output, |
string | $format = null , |
||
int | $indicatorChangeInterval = 100 , |
||
array | $indicatorValues = null |
||
) |
int | $indicatorChangeInterval | Change interval in milliseconds |
array | null | $indicatorValues | Animated indicator characters |
Références ProgressIndicator\$format, ProgressIndicator\$indicatorChangeInterval, ProgressIndicator\$indicatorValues, ProgressIndicator\$output, ProgressIndicator\determineBestFormat(), et null.
advance | ( | ) |
Advances the indicator.
Références ProgressIndicator\$indicatorChangeInterval, ProgressIndicator\$indicatorCurrent, ProgressIndicator\display(), et ProgressIndicator\getCurrentTimeInMilliseconds().
|
private |
Références OutputInterface\VERBOSITY_DEBUG, OutputInterface\VERBOSITY_VERBOSE, et OutputInterface\VERBOSITY_VERY_VERBOSE.
Référencé par ProgressIndicator\__construct().
|
private |
Références $this, ProgressIndicator\overwrite(), et OutputInterface\VERBOSITY_QUIET.
Référencé par ProgressIndicator\advance(), ProgressIndicator\finish(), ProgressIndicator\setMessage(), et ProgressIndicator\start().
finish | ( | string | $message | ) |
Finish the indicator with message.
$message |
Références ProgressIndicator\$message, et ProgressIndicator\display().
|
private |
Référencé par ProgressIndicator\advance(), et ProgressIndicator\start().
|
static |
|
static |
|
staticprivate |
Références Helper\formatMemory(), et Helper\formatTime().
|
private |
Overwrites a previous message to the output.
Références ProgressIndicator\$message.
Référencé par ProgressIndicator\display().
setMessage | ( | ?string | $message | ) |
Sets the current indicator message.
Références ProgressIndicator\$message, et ProgressIndicator\display().
|
static |
Sets a placeholder formatter for a given name.
This method also allow you to override an existing placeholder.
Références $name.
start | ( | string | $message | ) |
Starts the indicator output.
Références ProgressIndicator\$indicatorChangeInterval, ProgressIndicator\$message, ProgressIndicator\display(), et ProgressIndicator\getCurrentTimeInMilliseconds().
|
private |
Référencé par ProgressIndicator\__construct().
|
staticprivate |
|
private |
Référencé par ProgressIndicator\__construct(), ProgressIndicator\advance(), et ProgressIndicator\start().
|
private |
Référencé par ProgressIndicator\advance().
|
private |
|
private |
Référencé par ProgressIndicator\__construct().
|
private |
|
private |
Référencé par ProgressIndicator\__construct().
|
private |
|
private |
|
private |