HTML_Progress2::display — Renders the new value of progress meter
Synopsis
require_once 'HTML/Progress2.php';
void HTML_Progress2::display(); ;
Description
This method should be used only to display initial state of the progress meter. Next steps to refresh display must use either
moveStep() or moveNext() methods.