$_tree
$_tree : \Horde_Tree
The tree object.
The Horde_Tree_Renderer_Jquerymobile class provides rendering of a tree as a jQuery Mobile list view.
Copyright 2010-2017 Horde LLC (http://www.horde.org/)
See the enclosed file LICENSE for license information (LGPL). If you did not receive this file, see http://www.horde.org/licenses/lgpl21.
$_tree : \Horde_Tree
The tree object.
__construct(\Horde_Tree $tree, array $params = array())
Constructor.
\Horde_Tree | $tree | A tree object. |
array | $params | Additional parameters. |
addNode(array $node)
Adds a node to the node tree array.
array | $node | A hash with node properties:
|
_buildTree(string $node_id, $special) : string
Recursive function to walk through the tree array and build the output.
Should be overwritten by a sub-class if it doesn't implement its own getTree() method.
string | $node_id | The Node ID. |
$special |
The tree rendering.