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