HTML_Menu::get()
HTML_Menu::get() -- Returns the HTML menu.
概要
require_once 'HTML/Menu.php'; |
string HTML_Menu::get ([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'
返り値
returns HTML of the menu
例外・エラー
throws no exceptions thrown
注意
この関数は、スタティックにコールする
ことはできません。