constructor HTML_MenuBrowser::HTML_MenuBrowser()
constructor HTML_MenuBrowser::HTML_MenuBrowser() – Creates the object and optionally sets the directory to scan.
Synopsis
require_once 'HTML/MenuBrowser.php';
void constructor HTML_MenuBrowser::HTML_MenuBrowser (
string $dir = ''
, string $index = ''
, string $file_suffix = ''
)
Description
This package is not documented yet.
Parameter
-
string
$dir
-
Directory to scan
-
string
$index
-
Filename of index pages
-
string
$file_suffix
-
Suffix for files containing the additional data
Throws
throws no exceptions thrown
See
see HTML_MenuBrowser::$dir
Note
This function can not be called statically.
Prev | HTML_Menu | Next |
Class Summary HTML_MenuBrowser | PEAR Manual | HTML_MenuBrowser::addFileInfo() |