1470. Class

1470.1. Zend\ProgressBar\ProgressBar

Zend_ProgressBar offers an interface for multiple environments.

1470.1.1. Methods

1470.1.1.1. __construct

__construct()

Create a new progressbar backend.

Parameters:
  • AdapterAbstractAdapter
  • float|int
  • float|int
  • string|null
Throws ExceptionOutOfRangeException:
 

When $min is greater than $max

1470.1.1.2. getAdapter

getAdapter()

Get the current adapter

Return type:AdapterAbstractAdapter

1470.1.1.3. update

update()

Update the progressbar

Parameters:
  • float
  • string
Return type:

void

1470.1.1.5. finish

finish()

Call the adapters finish() behaviour

Return type:void

Project Versions

Table Of Contents

Previous topic

1468. Function

Next topic

1471. Class

This Page