PHP Class Horde_Tree_Renderer_Select, horde
Additional node parameters:
- selected: (boolean) Whether the node is selected.
Copyright 2005-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.
Mostrar archivo
Open project: horde/horde
Class Usage Examples
Protected Properties
Property |
Type |
Description |
|
$_static |
boolean |
Should the tree be rendered statically? |
|
Protected Methods
Method |
Description |
|
_buildTree ( string $node_id ) : string |
Recursive function to walk through the tree array and build the output. |
|
Method Details
_buildTree()
protected method
Recursive function to walk through the tree array and build the output.
Property Details
$_static protected_oe property
Should the tree be rendered statically?
protected bool $_static |
return |
boolean |
|