HTML_TreeMenu HTML_TreeMenu(
)
|
|
Constructor
API Tags:
object Returns &addItem(
&$node, object
$node
)
|
|
This function adds an item to the the tree.
Parameters:
object |
$node: |
The node to add. This object should be a HTML_TreeNode object. |
|
&$node: |
|
API Tags:
Return: | a reference to the new node inside the tree. |
Access: | public |