HTML_Menu::setMenuType()
HTML_Menu::setMenuType() – Sets the type of the menu.
Synopsis
require_once 'HTML/Menu.php';
void HTML_Menu::setMenuType (
string $menuType
)
Description
Available types are: 'tree', 'rows', 'urhere', 'prevnext', 'sitemap'.
Parameter
-
string
$menuType -
type name
Throws
throws no exceptions thrown
Note
This function can not be called statically.
| Prev | HTML_Menu | Next |
| HTML_Menu::setMenu() | PEAR Manual | HTML_Menu::setURLEnvVar() |