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
파일 보기 프로젝트 열기: horde/horde

보호된 프로퍼티들

프로퍼티 타입 설명
$_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