Agora_Tree_Flat
extends Horde_Tree_Renderer_Html
in package
The Agora_Tree_Flat:: class extends the Horde_Tree_Renderer_Base class to provide agora flat threded view.
Copyright 2005-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.
Tags
Table of Contents
- _buildTree() : string
- Recursive function to walk through the tree array and build the output.
Methods
_buildTree()
Recursive function to walk through the tree array and build the output.
protected
_buildTree(string $node_id) : string
Parameters
- $node_id : string
-
The Node ID.
Tags
Return values
string —The tree rendering.