Elgg  Version master
Functions | Variables
Elgg\Traits\Cli Namespace Reference

Functions

 setProgressBar (ProgressBar $progress)
 Set progress bar helper. More...
 
 advance (int $step=1)
 Advance progressbar. More...
 

Variables

trait Progressing
 Progress reporting. More...
 

Function Documentation

Elgg\Traits\Cli\advance ( int  $step = 1)

Advance progressbar.

Parameters
int$stepStep
Returns
void

Definition at line 36 of file Progressing.php.

Elgg\Traits\Cli\setProgressBar ( ProgressBar  $progress)

Set progress bar helper.

Parameters
ProgressBar$progressProgress bar
Returns
void

Definition at line 26 of file Progressing.php.

Variable Documentation

trait Elgg::Traits::Cli\Progressing
Initial value:
{
protected $progress

Progress reporting.

Definition at line 12 of file Progressing.php.