HTML_Menu::getCurrentURL()

HTML_Menu::getCurrentURL() -- Returns the URL of the currently selected page.

Synopsis

require_once 'HTML/Menu.php';

string HTML_Menu::getCurrentURL ()

Beschreibung

The returned string is used for all test against the URL's in the menu structure hash.

Fehler-Meldungen

throws no exceptions thrown

Siehe auch

see HTML_Menu::setURLEnvVar(), HTML_Menu::forceCurrentUrl().

Hinweise

Diese Methode kann nicht statisch aufgerufen werden.