LICENSE
This source file is subject to the new BSD license that is bundled with this package in the file LICENSE.txt. It is also available through the world-wide-web at this URL: http://framework.zend.com/license/new-bsd If you did not receive a copy of the license and are unable to obtain it through the world-wide-web, please send an email to license@zend.com so we can send you a copy immediately.
Zend_ProgressBar_Adapter_JsPush offers a simple method for updating a progressbar in a browser.
string $_finishMethodName = ''Name of the JavaScript method to call on finish
 Details
 Detailsstring $_updateMethodName = 'Zend_ProgressBar_Update'Name of the JavaScript method to call on update
 Details
 Details_outputData(
          string $data
          )
        
        :
        voidOutputs given data the user agent.
This split-off is required for unit-testing.
 Details
 Detailsfinish(
          
          )
        
        :
        voidDefined by Zend_ProgressBar_Adapter_Interface
 Details
 Detailsnotify(
          float $current, float $max, float $percent, integer $timeTaken, integer $timeRemaining, string $text
          )
        
        :
        voidDefined by Zend_ProgressBar_Adapter_Interface
 Details
 DetailssetFinishMethodName(
          string $methodName
          )
        
        :
        Zend_ProgressBar_Adapter_JsPushSet the finish method name
 Details
 DetailssetUpdateMethodName(
          string $methodName
          )
        
        :
        Zend_ProgressBar_Adapter_JsPushSet the update method name
 Details
 Details