Zend Framework
1.12
|
Public Member Functions | |
__construct (Zend_ProgressBar_Adapter $adapter, $min=0, $max=100, $persistenceNamespace=null) | |
Create a new progressbar backend. | |
getAdapter () | |
Get the current adapter. | |
update ($value=null, $text=null) | |
Update the progressbar. | |
next ($diff=1, $text=null) | |
Update the progressbar to the next value. | |
finish () | |
Call the adapters finish() behaviour. | |
Protected Attributes | |
$_min | |
$_max | |
$_current | |
$_startTime | |
$_statusText = null | |
$_adapter | |
$_persistenceNamespace = null | |
__construct | ( | Zend_ProgressBar_Adapter | $adapter, |
$min = 0 , |
|||
$max = 100 , |
|||
$persistenceNamespace = null |
|||
) |
Create a new progressbar backend.
Zend_ProgressBar_Adapter | $adapter | |
float | $min | |
float | $max | |
string | $persistenceNamespace |
Zend_ProgressBar_Exception | When $min is greater than $max |
finish | ( | ) |
Call the adapters finish() behaviour.
getAdapter | ( | ) |
Get the current adapter.
next | ( | $diff = 1 , |
|
$text = null |
|||
) |
Update the progressbar to the next value.
string | $text |
update | ( | $value = null , |
|
$text = null |
|||
) |
Update the progressbar.
float | $value | |
string | $text |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |