HTML_Menu::setMenu()
HTML_Menu::setMenu() – Sets the menu structure.
Synopsis
require_once 'HTML/Menu.php';
void HTML_Menu::setMenu (
array $menu
)
Description
The menu structure is defined by a multidimensional hash.
Parameter
-
array
$menu
-
Throws
throws no exceptions thrown
Note
This function can not be called statically.
Prev | HTML_Menu | Next |
HTML_Menu::render() | PEAR Manual | HTML_Menu::setMenuType() |