메소드 | 설명 | |
---|---|---|
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. |
protected _buildTree ( string $node_id, $special ) : string | ||
$node_id | string | The Node ID. |
리턴 | string | The tree rendering. |