HTML_MenuBrowser::getMenu()

HTML_MenuBrowser::getMenu() -- Returns a hash to be used with menu(3)'s setMenu().

Synopsis

require_once 'HTML/MenuBrowser.php';

void HTML_MenuBrowser::getMenu ([string $dir = '' [, string $prefix = '']])

Description

This package is not documented yet.

Parameter

string $dir

directory to scan

string $prefix

id prefix

Throws

throws no exceptions thrown

Note

This function can not be called statically.