PHP 클래스 Horde_Tree_Renderer_Jquerymobile, horde

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.
사용 중단: API of _buildTree() fails strict PHP code check
저자: Michael Slusarz ([email protected])
저자: Jan Schneider ([email protected])
상속: extends Horde_Tree_Renderer_Base
파일 보기 프로젝트 열기: horde/horde 1 사용 예제들

공개 메소드들

메소드 설명
getTree ( $static = false ) : string Returns the tree.

보호된 메소드들

메소드 설명
_buildTree ( string $node_id, $special ) : string Recursive function to walk through the tree array and build the output.
_getIcon ( string $node_id ) : string Sets the icon for the node.

메소드 상세

_buildTree() 보호된 메소드

Recursive function to walk through the tree array and build the output.
protected _buildTree ( string $node_id, $special ) : string
$node_id string The Node ID.
리턴 string The tree rendering.

_getIcon() 보호된 메소드

Sets the icon for the node.
protected _getIcon ( string $node_id ) : string
$node_id string The Node ID.
리턴 string The node icon for the tree line.

getTree() 공개 메소드

Returns the tree.
public getTree ( $static = false ) : string
리턴 string The HTML code of the rendered tree.