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])
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
$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)?

Защищенные свойства (Protected)

Свойство Тип Описание
$_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