HTML_Menu::setMenuType()
HTML_Menu::setMenuType() -- Sets the type of the menu.
概要
require_once 'HTML/Menu.php'; |
void HTML_Menu::setMenuType (string $menuType)
説明
Available types are: 'tree', 'rows', 'urhere', 'prevnext', 'sitemap'.
パラメータ
- string
$menuType
type name
例外・エラー
throws no exceptions thrown
注意
この関数は、スタティックにコールする
ことはできません。