__construct()
finish()
getAdapter()
next()
update()
$adapter
$current
$max
$min
$persistenceNamespace
$startTime
$statusText
Zend\ProgressBar offers an interface for multiple environments.
__construct(\Zend\ProgressBar\Adapter\AbstractAdapter $adapter, float | int $min, float | int $max, string | null $persistenceNamespace)
floatint
floatint
stringnull
\Zend\ProgressBar\Exception\OutOfRangeException |
When $min is greater than $max |
---|
finish() : void
getAdapter() : \Zend\ProgressBar\Adapter\AbstractAdapter
next(int $diff, string $text) : void
int
string
update(float $value, string $text) : void
float
string
$current : float
$max : float
$min : float
$persistenceNamespace : string
$startTime : int
$statusText : string