HTML_Menu::setURLPrefix()

HTML_Menu::setURLPrefix() -- Sets the prefix for the URLs in the menu

Synopsis

require_once 'HTML/Menu.php';

void HTML_Menu::setURLPrefix (string $prefix)

Beschreibung

This is useful if you have relative URLs in the menu description structure. This prefix will be appended to the URLs from this structure and the result will be compared to "current" URL.

Parameter

string $prefix

menu URL prefix

Fehler-Meldungen

throws no exceptions thrown

Siehe auch

see HTML_Menu::getCurrentURL(), HTML_Menu::forceCurrentURL(), HTML_Menu::setMenu().

Hinweise

Diese Methode kann nicht statisch aufgerufen werden.