PHP 클래스 IMP_Ftree_Account, horde

저자: Michael Slusarz ([email protected])
상속: implements Serializable
파일 보기 프로젝트 열기: horde/horde 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$_id string Account ID.

공개 메소드들

메소드 설명
__construct ( string $id = IMP_Ftree::BASE_ELT ) Constructor.
__toString ( ) : string
delete ( IMP_Ftree_Element $elt ) : integer Return the mailbox selction to delete.
getList ( array $query = [], mixed $mask ) : array Return a list of mailbox to attribute pairs.
serialize ( )
unserialize ( $data )

메소드 상세

__construct() 공개 메소드

Constructor.
public __construct ( string $id = IMP_Ftree::BASE_ELT )
$id string Account ID.

__toString() 공개 메소드

public __toString ( ) : string
리턴 string Account ID.

delete() 추상적인 공개 메소드

Return the mailbox selction to delete.
abstract public delete ( IMP_Ftree_Element $elt ) : integer
$elt IMP_Ftree_Element Element to delete.
리턴 integer Mask of mailboxes to delete.

getList() 추상적인 공개 메소드

Return a list of mailbox to attribute pairs.
abstract public getList ( array $query = [], mixed $mask ) : array
$query array Array of search queries.
$mask mixed Integer mask (INIT and UNSUB constants).
리턴 array Array of elements to be added via IMP_Ftree#_insertElt().

serialize() 공개 메소드

public serialize ( )

unserialize() 공개 메소드

public unserialize ( $data )

프로퍼티 상세

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

Account ID.
protected string $_id
리턴 string