PHP Класс Horde_Tree_Renderer_Simplehtml, horde

Additional node parameters: - class: CSS class to use with the node - url: URL to link the node to Copyright 2010-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.
Автор: Michael Slusarz ([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.
_generateUrlTag ( string $node_id ) : string Generate a link URL.

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

_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.

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

Generate a link URL.
protected _generateUrlTag ( string $node_id ) : string
$node_id string The node ID.
Результат string The link tag.

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

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

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