PHP 클래스 IMP_Ftree_Select, horde

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

보호된 프로퍼티들

프로퍼티 타입 설명
$_tree Horde_Tree Generated tree.

공개 메소드들

메소드 설명
__construct ( array $opts = [] ) Constructor.
__toString ( ) : string The string tree representation.

메소드 상세

__construct() 공개 메소드

Constructor.
public __construct ( array $opts = [] )
$opts array Optional parameters: - abbrev: (boolean) Abbreviate long mailbox names by replacing the middle of the name with '...'? DEFAULT: Yes - basename: (boolean) Use raw basename instead of abbreviated label? DEFAULT: false - 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 - iterator: (Iterator) Tree iterator to use. - new_mbox: (boolean) Display an option to create a new mailbox? DEFAULT: No - optgroup: (boolean) Whether to use elements to group mailbox types. DEFAULT: false - selected: (string) The mailbox to have selected by default. DEFAULT: None

__toString() 공개 메소드

NOTE: The <select> and </select> tags are NOT included in the output.
public __toString ( ) : string
리턴 string A string containing

프로퍼티 상세

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

Generated tree.
protected Horde_Tree $_tree
리턴 Horde_Tree