getIdent Manual
  returns the progress bar identification string
 
 Synopsis
string getIdent()
 Description
The getIdent() method is used to retrieve the 
   identification progress bar string.
 Example
<?php
 
require_once ('HTML/Progress.php');
 
 
 
$bar = new HTML_Progress();
 
 
 
print('progress bar string identification = ' . $bar->getIdent());
 
?>
 
 See Also
setIdent Manual