PEAR Progress2 logo

HTML_Progress2 : The Definitive Guide

Name

HTML_Progress2::setMinimum — Sets the progress meter minimum value

Synopsis

      require_once 'HTML/Progress2.php';
     
void HTML_Progress2::setMinimum( $min);  
integer   $min;

Description

Set the minimum value at which the progress meter will start. The default value is zero and can't be negative. If the new minimum is different than previous value, all listeners are notified.

Parameter

integer $min

progress meter's minimal value

See

see HTML_Progress2::getMinimum

Throws

throws HTML_PROGRESS2_ERROR_INVALID_INPUT

Note

since 2.0.0

This function can not be called statically.

HTML_Progress2 : The Definitive Guide v 2.4.0 : April 20, 2007