Abstract class for Zend\ProgressBar Adapters
__construct(array | \Traversable $options)
$options may be either be an array or a Zend\Config object which specifies adapter related options.
array\Traversable
finish() : void
notify(float $current, float $max, float $percent, int $timeTaken, int $timeRemaining, string $text) : void
float
Current progress value
float
Max progress value
float
Current percent value
int
Taken time in seconds
int
Remaining time in seconds
string
Status text