previousHTML_Menu::setMenuType() (Previous) (Next) HTML_Menu::setURLPrefix()next

View this page in Last updated: Sun, 18 Oct 2009
English | Brazilian Portuguese | Chinese | Dutch | French | German | Hungarian | Japanese | Polish | Russian | Spanish | Turkish

HTML_Menu::setURLEnvVar()

HTML_Menu::setURLEnvVar() – Définit la variable d'environnement à utiliser pour récupérer l'URL courante

Synopsis

require_once 'HTML/Menu.php';

void HTML_Menu::setURLEnvVar ( string $urlEnvVar )

Description

Le nom de la variable par défaut est 'PHP_SELF', ce qui signifie 'current script name'.

Parameter

string $urlEnvVar

variable d'environnement pour l'URL courante

Throws

No exceptions thrown.

Note

This function can not be called statically.

previousHTML_Menu::setMenuType() (Previous) (Next) HTML_Menu::setURLPrefix()next

Download Documentation Last updated: Sun, 18 Oct 2009
Do you think that something on this page is wrong? Please file a bug report or add a note.
User Notes:
There are no user contributed notes for this page.