PHP Class Agora_Tree_Flat, horde

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: Duck ([email protected])
Inheritance: extends Horde_Tree_Renderer_Html
Show file Open project: horde/horde Class Usage Examples

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.