Horde_Tree_Renderer_Base::_buildTree PHP Méthode

_buildTree() protected méthode

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