PHP Class 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.
Author: Michael Slusarz ([email protected])
Author: Jan Schneider ([email protected])
Inheritance: extends Horde_Tree_Renderer_Base
Afficher le fichier Open project: horde/horde

Protected Properties

Свойство Type Description
$_static boolean Should the tree be rendered statically?

Méthodes protégées

Méthode Description
_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.

Method Details

_buildTree() protected méthode

Recursive function to walk through the tree array and build the output.
protected _buildTree ( string $node_id ) : string
$node_id string The Node ID.
Résultat string The tree rendering.

_generateUrlTag() protected méthode

Generate a link URL.
protected _generateUrlTag ( string $node_id ) : string
$node_id string The node ID.
Résultat string The link tag.

Property Details

$_static protected_oe property

Should the tree be rendered statically?
protected bool $_static
Résultat boolean