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.