Horde_Tree_Renderer_Base::_buildTree PHP Method

_buildTree() protected method

Should be overwritten by a sub-class if it doesn't implement its own getTree() method.
protected _buildTree ( $id ) : string
return string The tree rendering.
    protected function _buildTree($id)
    {
        return '';
    }