HTML_Menu::forceCurrentUrl() -- Forces the given URL to be "current"
Description
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.
Throws
throws no exceptions thrown
Note
This function can not be called
statically.