_buildTree()
_buildTree(string $node_id) : string
Recursive function to walk through the tree array and build the output.
Parameters
string | $node_id | The Node ID. |
Returns
string —The tree rendering.