HTML_TreeMenu_Presentation HTML_TreeMenu_Presentation(
&$structure, object
$structure
)
|
|
Base constructor simply sets the menu object
Parameters:
object |
$structure: |
The menu structure |
|
&$structure: |
|
void printMenu(
[array
$options = array()]
)
|
|
Prints the HTML generated by the toHTML() method.
toHTML() must therefore be defined by the derived class.
Parameters:
array |
$options: |
Options to set. Any options taken by the presentation class can be specified here. |
API Tags: