$_tree
$_tree : \Horde_Tree
The tree object.
The Horde_Tree_Renderer_Html class provides HTML specific rendering functions.
Additional node parameters:
Copyright 2003-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(string $name, array $params = array())
Constructor.
string | $name | The name of this tree instance. |
array | $params | Additional parameters: alternate - (boolean) Alternate shading in the table? DEFAULT: false class - (string) The class to use for the table. DEFAULT: '' hideHeaders - (boolean) Don't render any HTML for the header row, just use the widths. DEFAULT: false lines - (boolean) Show tree lines? DEFAULT: true lines_base - (boolean) Show tree lines for the base level? Requires 'lines' to be true also. DEFAULT: false multiline - (boolean) Do the node labels contain linebreaks? DEFAULT: false |
addNode(array $node)
Adds a node to the node tree array.
array | $node | A hash with node properties:
|