constructor HTML_Menu::HTML_Menu()
constructor HTML_Menu::HTML_Menu() -- Initializes the menu, sets the type and menu structure.
概要
require_once 'HTML/Menu.php'; |
void constructor HTML_Menu::HTML_Menu ([array $menu = NULL [, string $type = 'tree' [, string $urlEnvVar = 'PHP_SELF']]])
説明
Initializes the menu, sets the menu structure, type and variable to use for determining the current URL. All parameters are optional and can be set later by corresponding methods.
パラメータ
- string
$type
Menu type: 'tree', 'rows', 'urhere', 'prevnext', 'sitemap'
- string
$urlEnvVar
Environment variable to use for determining the current URL.
例外・エラー
throws no exceptions thrown
注意
この関数は、スタティックにコールする
ことはできません。