PHP Класс Agora_Tree_Flat, horde

Copyright 2005-2016 Horde LLC (http://www.horde.org/) See the enclosed file COPYING for license information (LGPL). If you did not receive this file, see http://www.horde.org/licenses/lgpl21.
Автор: Ben Chavet ([email protected])
Автор: Duck ([email protected])
Наследование: extends Horde_Tree_Renderer_Html
Показать файл Открыть проект Примеры использования класса

Защищенные методы

Метод Описание
_buildTree ( string $node_id ) : string Recursive function to walk through the tree array and build the output.

Описание методов

_buildTree() защищенный Метод

Recursive function to walk through the tree array and build the output.
protected _buildTree ( string $node_id ) : string
$node_id string The Node ID.
Результат string The tree rendering.