HTML_Progress
[ class tree: HTML_Progress ] [ index: HTML_Progress ] [ all elements ]
Prev Next
HTML_Progress::getIdent
returns the progress meter identification string

Synopsis

require_once 'HTML/Progress.php';

string HTML_Progress::getIdent()

Description

This method is used to retrieve the identification string of a progress meter.

Note

( HTML_Progress >= 1.0 )

This function can not be called statically.

See

HTML_Progress::setIdent

Example

  1. <?php
  2. require_once 'HTML/Progress.php';
  3.  
  4. $bar = new HTML_Progress();
  5.  
  6. printf('progress bar string identification = "%s"', $bar->getIdent());
  7. ?>

Prev Up Next
HTML_Progress::run Reference Guide HTML_Progress::setIdent

Documentation generated on Sun, 12 Sep 2004 20:23:02 +0200 by phpDocumentor 1.3.0RC3