length = $length ;
$this->insideText = $insideText ;
$this->height = $height ;
$this->start = $start ;
$this->id = $id ;
}
/** ====================================================================================================================================================
* Print the progress bar code
* Once the progress bar is displayed, you may modify the progression by calling in javascript progressBar_modifyProgression(25,"id") which modify the progression to 25% for the ID "id" (the ID is not mandatory, by default the ID will be "progressbar")
* Once the progress bar is displayed, you may modify the text by calling in javascript progressBar_modifyText("new text","id") which modify the text to "new text" for the ID "id" (the ID is not mandatory, by default the ID will be "progressbar")
*
* @return void
*/
function flush() {
ob_start();
?>