HTML_Menu::getPath()

HTML_Menu::getPath() -- Returns the path of the current page in the menu 'tree'.

Synopsis

require_once 'HTML/Menu.php';

array HTML_Menu::getPath ()

Beschreibung

'Path' here means the sequence of entry IDs leading to the current menu entry.

Rückgabewert

returns path to the selected menu item

Fehler-Meldungen

throws no exceptions thrown

Hinweise

Diese Methode kann nicht statisch aufgerufen werden.