Zend Framework
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.
Abstract class for Zend_ProgressBar_Adapters
array $_skipOptions = 'array'Option keys to skip when calling setOptions()
 Details
 Details__construct(
          null|array|Zend_Config $options
              =
              null
          )
        
        :
        Create a new adapter
$options may be either be an array or a Zend_Config object which specifies adapter related options.
 Details
 Detailsfinish(
          
          )
        
        :
        voidCalled when the progress is explicitly finished
 Details
 Detailsnotify(
          float $current, float $max, float $percent, integer $timeTaken, integer $timeRemaining, string $text
          )
        
        :
        voidNotify the adapter about an update
 Details
 DetailssetConfig(
          Zend_Config $config
          )
        
        :
        Zend_ProgressBar_AdapterSet options via a Zend_Config instance
 Details
 DetailssetOptions(
          array $options
          )
        
        :
        Zend_ProgressBar_AdapterSet options via an array
 Details
 Details