Child classes:
- HTML_TreeMenu_DHTML
- HTML_TreeMenu_DHTML class
- HTML_TreeMenu_Listbox
- HTML_TreeMenu_Listbox class
Inherited Variables
Inherited Constants
Inherited Methods
Class Details
HTML_TreeMenu_Presentation class
Base class for other presentation classes to inherit from.
[ Top ]
Class Variables
$menu
[line 288]
The TreeMenu structure
Type: object
Overrides:
[ Top ]
Class Methods
HTML_TreeMenu_Presentation
HTML_TreeMenu_Presentation HTML_TreeMenu_Presentation(
&$structure, object
$structure)
[line 295]
Base constructor simply sets the menu object
Parameters:
- object $structure - The menu structure
- &$structure -
[ Top ]
printMenu
void printMenu(
[array
$options = array()])
[line 310]
Prints the HTML generated by the toHTML() method.
toHTML() must therefore be defined by the derived class.
Tags:
- access - public
Parameters:
- array $options - Options to set. Any options taken by the presentation class can be specified here.
[ Top ]