PHP 클래스 Horde_Imap_Client_Base_Mailbox, horde

NOTE: This class is NOT intended to be accessed outside of a Base object. There is NO guarantees that the API of this class will not change across versions.
저자: Michael Slusarz ([email protected])
파일 보기 프로젝트 열기: horde/horde

공개 프로퍼티들

프로퍼티 타입 설명
$map Horde_Imap_Client_Ids_Map Mapping object.
$open boolean Is mailbox opened?
$sync boolean Is mailbox sync'd with remote server (via CONDSTORE/QRESYNC)?

보호된 프로퍼티들

프로퍼티 타입 설명
$_status array Status information.

공개 메소드들

메소드 설명
__construct ( ) Constructor.
getStatus ( integer $entry ) : mixed Get status information for the mailbox.
reset ( ) Reset the mailbox information.
setStatus ( integer $entry, mixed $value ) Set status information for the mailbox.

메소드 상세

__construct() 공개 메소드

Constructor.
public __construct ( )

getStatus() 공개 메소드

Get status information for the mailbox.
public getStatus ( integer $entry ) : mixed
$entry integer STATUS_* constant.
리턴 mixed Status information.

reset() 공개 메소드

Reset the mailbox information.
public reset ( )

setStatus() 공개 메소드

Set status information for the mailbox.
public setStatus ( integer $entry, mixed $value )
$entry integer STATUS_* constant.
$value mixed Status information.

프로퍼티 상세

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

Status information.
protected array $_status
리턴 array

$map 공개적으로 프로퍼티

Mapping object.
public Horde_Imap_Client_Ids_Map $map
리턴 Horde_Imap_Client_Ids_Map

$open 공개적으로 프로퍼티

Is mailbox opened?
public bool $open
리턴 boolean

$sync 공개적으로 프로퍼티

Is mailbox sync'd with remote server (via CONDSTORE/QRESYNC)?
public bool $sync
리턴 boolean