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
floatCurrent progress value
floatMax progress value
floatCurrent percent value
integerTaken time in seconds
integerRemaining time in seconds
stringStatus text
$skipOptions : array