Name
HTML_Progress2::moveStep
— Changes new value of the progress meter by step increase
Synopsis
require_once 'HTML/Progress2.php';
void HTML_Progress2::moveStep( |
$step) ; |
|
Description
Move current value to the next step of the progress meter defined by its increment. If result value is different than previous, then all listeners are notified. Caution: a step is always between 1 and (maximum / taskcount) rounded fractions up.
Parameter
- integer
$step
-
new step value
Throws
throws HTML_PROGRESS2_ERROR_INVALID_INPUT
Note
since 2.0.0
This function can not be called statically.