HTML_Menu::show()
HTML_Menu::show() -- Prints the HTML menu.
概要
require_once 'HTML/Menu.php'; |
void HTML_Menu::show ([string $menuType = ''])
説明
This method uses HTML_Menu_DirectRenderer for its work.
The renderer is used with default templates, you should use the render() method
if you want to customize the output.
パラメータ
- string
$menuType
Menu type: 'tree', 'rows', 'urhere', 'prevnext', 'sitemap'
例外・エラー
throws no exceptions thrown
注意
この関数は、スタティックにコールする
ことはできません。