Zend Framework
1.12
|
Public Member Functions | |
__construct ($options=null) | |
Create a new adapter. | |
setConfig (Zend_Config $config) | |
Set options via a Zend_Config instance. | |
setOptions (array $options) | |
Set options via an array. | |
notify ($current, $max, $percent, $timeTaken, $timeRemaining, $text) | |
Notify the adapter about an update. | |
finish () | |
Called when the progress is explicitly finished. | |
Protected Attributes | |
$_skipOptions | |
__construct | ( | $options = null | ) |
Create a new adapter.
$options may be either be an array or a Zend_Config object which specifies adapter related options.
null | array | Zend_Config | $options |
|
abstract |
Called when the progress is explicitly finished.
|
abstract |
Notify the adapter about an update.
float | $current | Current progress value |
float | $max | Max progress value |
float | $percent | Current percent value |
integer | $timeTaken | Taken time in seconds |
integer | $timeRemaining | Remaining time in seconds |
string | $text | Status text |
setConfig | ( | Zend_Config | $config | ) |
Set options via a Zend_Config instance.
Zend_Config | $config |
setOptions | ( | array | $options | ) |
|
protected |