PHP Класс Horde_Tree_Renderer_Select, horde

Additional node parameters: - selected: (boolean) Whether the node is selected. 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])
Автор: Jan Schneider ([email protected])
Наследование: extends Horde_Tree_Renderer_Base
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
$_static boolean Should the tree be rendered statically?

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

Метод Описание
_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.

Описание свойств

$_static защищенное свойство

Should the tree be rendered statically?
protected bool $_static
Результат boolean