Elgg
Version 6.1
|
CLI Progress reporter. More...
Public Member Functions | |
__construct (protected OutputInterface $output) | |
Constructor. More... | |
start ($process, $max=0) | |
Start a new process. More... | |
finish (ProgressBar $progress) | |
Finish a process. More... | |
CLI Progress reporter.
Definition at line 11 of file Progress.php.
Elgg\Cli\Progress::__construct | ( | protected OutputInterface | $output | ) |
Elgg\Cli\Progress::finish | ( | ProgressBar | $progress | ) |
Finish a process.
ProgressBar | $progress | Progress bar |
Definition at line 41 of file Progress.php.
Elgg\Cli\Progress::start | ( | $process, | |
$max = 0 |
|||
) |
Start a new process.
string | $process | Process name |
int | $max | Max number of steps in the process |
Definition at line 29 of file Progress.php.