HTML_Progress2::getIdent
HTML_Progress2::getIdent — Returns the progress meter identifier
require_once 'HTML/Progress2.php';
string HTML_Progress2::getIdent();;
string HTML_Progress2::getIdent(
)
Each progress meter has its own identifier. That allows to display more than only once meter at same time on same page.
throws no exceptions thrown
see HTML_Progress2::setIdent
HTML_Progress2::setIdent
since 2.0.0
This function can not be called statically.