Search for in the Packages This site (using Yahoo!) Developers Developer mailing list General mailing list SVN commits mailing list
void constructor HTML_Menu::HTML_Menu ( array $menu = null , string $type = 'tree' , string $urlEnvVar = 'PHP_SELF' )
Initializes the menu, sets the menu structure, type and variable to use for determining the current URL. All parameters are optional and can be set later by corresponding methods.
Menu structure
Menu type: 'tree', 'rows', 'urhere', 'prevnext', 'sitemap'
Environment variable to use for determining the current URL.
throws no exceptions thrown
see HTML_Menu::setMenuType(), HTML_Menu::setMenu(), HTML_Menu::setURLEnvVar().
This function can not be called statically.