HTML_Menu::forceCurrentUrl()

HTML_Menu::forceCurrentUrl() -- Forces the given URL to be "current"

Synopsis

require_once 'HTML/Menu.php';

void HTML_Menu::forceCurrentUrl (string $url)

Beschreibung

Use this if you do not want to extract current URL from some environment variable (e.g. $_SERVER['PHP_SELF']) but rather use some custom logic to determine it.

Parameter

string $url

Url to use

Fehler-Meldungen

throws no exceptions thrown

Siehe auch

see HTML_Menu::setURLEnvVar(), HTML_Menu::getCurrentUrl()

Hinweise

Diese Methode kann nicht statisch aufgerufen werden.