Horde_Tree_Renderer_Base::renderTree PHP Méthode

renderTree() public méthode

Renders the tree.
public renderTree ( boolean $static = false )
$static boolean If true the tree nodes can't be expanded and collapsed and the tree gets rendered expanded.
    public function renderTree($static = false)
    {
        echo $this->getTree($static);
    }