HTML_Menu::getPath()
HTML_Menu::getPath() -- Returns the path of the current page in the menu 'tree'.
概要
require_once 'HTML/Menu.php'; |
array HTML_Menu::getPath ()
説明
'Path' here means the sequence of entry IDs leading to the current menu entry.
返り値
returns path to the selected menu item
例外・エラー
throws no exceptions thrown
注意
この関数は、スタティックにコールする
ことはできません。