html_id = parent::$nb_instance; $this->percent= $percent; parent::$nb_instance++; } public function get_display(){ $display = "
".$this->percent."%
"; flush(); return $display; } }