PHP Класс Horde_Imap_Client_Mailbox, horde

Copyright 2011-2012 Horde LLC (http://www.horde.org/) See the enclosed file COPYING for license information (LGPL). If you did not receive this file, see http://www.horde.org/licenses/lgpl21.
Автор: Michael Slusarz ([email protected])
Наследование: implements Serializable
Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
$_utf7imap mixed If boolean true, it is identical to UTF-8 representation.
$_utf8 string UTF8 representation of mailbox.

Открытые методы

Метод Описание
__construct ( string $mbox, boolean $utf7imap = false ) Constructor.
__get ( $name )
__toString ( )
equals ( $mbox ) : boolean Compares this mailbox to another mailbox string.
get ( string $mbox, boolean $utf7imap = false ) : Horde_Imap_Client_Mailbox Shortcut to obtaining mailbox object.
serialize ( )
unserialize ( $data )

Описание методов

__construct() публичный Метод

Constructor.
public __construct ( string $mbox, boolean $utf7imap = false )
$mbox string The mailbox name.
$utf7imap boolean Is mailbox UTF7-IMAP encoded (true). Otherwise, mailbox is assumed to be UTF-8 encoded.

__get() публичный Метод

public __get ( $name )

__toString() публичный Метод

public __toString ( )

equals() публичный Метод

Compares this mailbox to another mailbox string.
public equals ( $mbox ) : boolean
Результат boolean True if the items are equal.

get() публичный статический Метод

Shortcut to obtaining mailbox object.
public static get ( string $mbox, boolean $utf7imap = false ) : Horde_Imap_Client_Mailbox
$mbox string The mailbox name.
$utf7imap boolean Is mailbox UTF7-IMAP encoded? Otherwise, mailbox is assumed to be UTF-8.
Результат Horde_Imap_Client_Mailbox A mailbox object.

serialize() публичный Метод

public serialize ( )

unserialize() публичный Метод

public unserialize ( $data )

Описание свойств

$_utf7imap защищенное свойство

If boolean true, it is identical to UTF-8 representation.
protected mixed $_utf7imap
Результат mixed

$_utf8 защищенное свойство

UTF8 representation of mailbox.
protected string $_utf8
Результат string