HTML_MenuBrowser::exploreFile()

HTML_MenuBrowser::exploreFile() -- Returns additional menu informations decoded in the file that appears in the menu.

概要

require_once 'HTML/MenuBrowser.php';

void HTML_MenuBrowser::exploreFile (string $file)

説明

You should subclass this method to make it work with your own file formats. I used a simple XML format to store the content.

パラメータ

string $file

filename

例外・エラー

throws no exceptions thrown

注意

この関数は、スタティックにコールする ことはできません。