Zend Framework
1.12
|
Public Member Functions | |
setUpdateMethodName ($methodName) | |
Set the update method name. | |
setFinishMethodName ($methodName) | |
Set the finish method name. | |
notify ($current, $max, $percent, $timeTaken, $timeRemaining, $text) | |
Defined by Zend_ProgressBar_Adapter_Interface. | |
finish () | |
Defined by Zend_ProgressBar_Adapter_Interface. | |
![]() | |
__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 Member Functions | |
_outputData ($data) | |
Outputs given data the user agent. | |
Protected Attributes | |
$_updateMethodName = 'Zend_ProgressBar_Update' | |
$_finishMethodName | |
![]() | |
$_skipOptions | |
|
protected |
Outputs given data the user agent.
This split-off is required for unit-testing.
string | $data |
finish | ( | ) |
Defined by Zend_ProgressBar_Adapter_Interface.
notify | ( | $current, | |
$max, | |||
$percent, | |||
$timeTaken, | |||
$timeRemaining, | |||
$text | |||
) |
Defined by Zend_ProgressBar_Adapter_Interface.
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 |
setFinishMethodName | ( | $methodName | ) |
setUpdateMethodName | ( | $methodName | ) |
|
protected |
|
protected |