void HTML_Menu::forceCurrentUrl (
string $url
)
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.
$url
Url to use
throws no exceptions thrown
This function can not be called statically.