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, integer $timeTaken, integer $timeRemaining, string $text) : void
float
Current progress value
float
Max progress value
float
Current percent value
integer
Taken time in seconds
integer
Remaining time in seconds
string
Status text
$skipOptions : array