PHP Class Horde_Tree_Renderer_Simplehtml, horde
Additional node parameters:
- class: CSS class to use with the node
- url: URL to link the node to
Copyright 2010-2016 Horde LLC (http://www.horde.org/)
See the enclosed file COPYING for license information (LGPL). If you
did not receive this file, see http://www.horde.org/licenses/lgpl21.
Show file
Open project: horde/horde
Protected Properties
Property |
Type |
Description |
|
$_static |
boolean |
Should the tree be rendered statically? |
|
Protected Methods
Method Details
_buildTree()
protected method
Recursive function to walk through the tree array and build the output.
_generateUrlTag()
protected method
Property Details
$_static protected property
Should the tree be rendered statically?
protected bool $_static |
return |
boolean |
|