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.
Author: Ben Chavet ([email protected])
Author: Jan Schneider ([email protected])
Inheritance: extends Horde_Tree_Renderer_Base
Datei anzeigen 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.
protected _buildTree ( string $node_id ) : string
$node_id string The Node ID.
return string The tree rendering.

Property Details

$_static protected_oe property

Should the tree be rendered statically?
protected bool $_static
return boolean