Class HTML_TreeMenu_Presentation

Description

HTML_TreeMenu_Presentation class

Base class for other presentation classes to inherit from.

Located in /include/TreeMenu.php (line 485)


	
			
Direct descendents
Class Description
HTML_TreeMenu_DHTML HTML_TreeMenu_DHTML class
HTML_TreeMenu_Listbox HTML_TreeMenu_Listbox class
Variable Summary
object $menu
Method Summary
HTML_TreeMenu_Presentation HTML_TreeMenu_Presentation ( &$structure, object $structure)
void printMenu ([array $options = array()])
Variables
object $menu (line 491)

The TreeMenu structure

Methods
Constructor HTML_TreeMenu_Presentation (line 498)

Base constructor simply sets the menu object

HTML_TreeMenu_Presentation HTML_TreeMenu_Presentation ( &$structure, object $structure)
  • object $structure: The menu structure
  • &$structure
printMenu (line 513)

Prints the HTML generated by the toHTML() method.

toHTML() must therefore be defined by the derived class.

  • access: public
void printMenu ([array $options = array()])
  • array $options: Options to set. Any options taken by the presentation class can be specified here.

Documentation generated on Wed, 05 Oct 2011 10:36:47 +0200 by phpDocumentor 1.4.1