PHP 클래스 IMP_Tree_Flist, horde

저자: Michael Slusarz ([email protected])
상속: extends Horde_Tree_Renderer_Select
파일 보기 프로젝트 열기: horde/horde

보호된 프로퍼티들

프로퍼티 타입 설명
$_filter array Filter list.

공개 메소드들

메소드 설명
__construct ( Horde_Tree $tree, array $params = [] ) Constructor.
getTree ( boolean $static = false )

보호된 메소드들

메소드 설명
_buildTree ( $node_id )

메소드 상세

__construct() 공개 메소드

Constructor.
public __construct ( Horde_Tree $tree, array $params = [] )
$tree Horde_Tree A tree object.
$params array Additional parameters. - abbrev: (integer) Abbreviate long mailbox names by replacing the middle of the name with '...'? Value is the total length of the string. DEFAULT: 30 - container_select: (boolean) Allow containers to be selected? DEFAULT: false - customhtml: (string) Custom HTML to add to the beginning of the HTML SELECT tag. DEFAULT: '' - filter: (array) An array of mailboxes to ignore. DEFAULT: Display all - heading: (string) The label for an empty-value option at the top of the list. DEFAULT: '' - inc_notepads: (boolean) Include user's editable notepads in list? DEFAULT: No - inc_tasklists: (boolean) Include user's editable tasklists in list? DEFAULT: No - inc_vfolder: (boolean) Include user's virtual folders in list? DEFAULT: No - new_mbox: (boolean) Display an option to create a new mailbox? DEFAULT: No

_buildTree() 보호된 메소드

protected _buildTree ( $node_id )

getTree() 공개 메소드

public getTree ( boolean $static = false )
$static boolean Ignored in this driver.

프로퍼티 상세

$_filter 보호되어 있는 프로퍼티

Filter list.
protected array $_filter
리턴 array