Elgg
Version 6.1
|
Functions | |
setProgressBar (ProgressBar $progress) | |
Set progress bar helper. More... | |
advance (int $step=1) | |
Advance progressbar. More... | |
Variables | |
trait | Progressing |
Progress reporting. More... | |
Elgg\Traits\Cli\advance | ( | int | $step = 1 | ) |
Advance progressbar.
int | $step | Step |
Definition at line 36 of file Progressing.php.
Elgg\Traits\Cli\setProgressBar | ( | ProgressBar | $progress | ) |
Set progress bar helper.
ProgressBar | $progress | Progress bar |
Definition at line 26 of file Progressing.php.
trait Elgg::Traits::Cli\Progressing |
Progress reporting.
Definition at line 12 of file Progressing.php.