PHP 클래스 IMP_Ftree_Prefs_Poll, horde

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

공개 메소드들

메소드 설명
__construct ( IMP_Ftree $ftree ) Constructor.
addPollList ( mixed $id ) Add elements to the poll list.
getPollList ( boolean $sort = false ) : array Returns the list of mailboxes to poll.
offsetGet ( $offset )
prunePollList ( ) Prune non-existent mailboxes from poll list.
removePollList ( mixed $id ) Remove elements from the poll list.
shutdown ( )

메소드 상세

__construct() 공개 메소드

Constructor.
public __construct ( IMP_Ftree $ftree )
$ftree IMP_Ftree Tree object.

addPollList() 공개 메소드

Add elements to the poll list.
public addPollList ( mixed $id )
$id mixed The element name or a list of element names to add.

getPollList() 공개 메소드

Returns the list of mailboxes to poll.
public getPollList ( boolean $sort = false ) : array
$sort boolean Sort the directory list?
리턴 array The list of mailboxes to poll (IMP_Mailbox objects).

offsetGet() 공개 메소드

public offsetGet ( $offset )

prunePollList() 공개 메소드

Prune non-existent mailboxes from poll list.
public prunePollList ( )

removePollList() 공개 메소드

Remove elements from the poll list.
public removePollList ( mixed $id )
$id mixed The element name or a list of element names to remove.

shutdown() 공개 메소드

public shutdown ( )