Definition at line 30 of file Adapter.php.
◆ __construct()
__construct |
( |
|
$options = null | ) |
|
Create a new adapter
$options may be either be an array or a Zend_Config object which specifies adapter related options.
- Parameters
-
Definition at line 50 of file Adapter.php.
elseif(isset( $params[ 'redirect_parent']))
setConfig(Zend_Config $config)
setOptions(array $options)
◆ finish()
Called when the progress is explicitly finished
- Returns
- void
◆ notify()
notify |
( |
|
$current, |
|
|
|
$max, |
|
|
|
$percent, |
|
|
|
$timeTaken, |
|
|
|
$timeRemaining, |
|
|
|
$text |
|
) |
| |
|
abstract |
Notify the adapter about an update
- Parameters
-
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 |
- Returns
- void
◆ setConfig()
◆ setOptions()
setOptions |
( |
array |
$options | ) |
|
◆ $_skipOptions
Initial value:= array(
'options',
'config',
)
Definition at line 37 of file Adapter.php.
The documentation for this class was generated from the following file:
- vendor/magento/zendframework1/library/Zend/ProgressBar/Adapter.php