PHP Класс Horde_ActiveSync_Folder_RI, horde

Автор: Michael J Rubinsky ([email protected])
Наследование: extends Horde_ActiveSync_Folder_Base, implements Serializable
Показать файл Открыть проект

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

Свойство Тип Описание
$_added
$_contacts array The current list of recipient email addresses.
$_removed
$_serverid

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

Метод Описание
__toString ( ) : string Convert the instance into a string.
added ( ) : array Return the recipients that are to be added.
removed ( ) : array Return the recipients that are to be deleted.
serialize ( ) : string Serialize this object.
setChanges ( array $contacts ) Set the current Recipient Cache
unserialize ( string $data ) Reconstruct the object from serialized data.
updateState ( ) Updates the internal UID cache, and clears the internal update/deleted/changed cache.

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

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

Convert the instance into a string.
public __toString ( ) : string
Результат string The string representation for this instance.

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

Return the recipients that are to be added.
public added ( ) : array
Результат array An array of psuedo-uids consisting of the the email address, a colon, and the weighed rank. E.g. [email protected]:10

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

Return the recipients that are to be deleted.
public removed ( ) : array
Результат array An array of psuedo-uids consisting of the the email address, a colon, and the weighed rank. E.g. [email protected]:10

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

Serialize this object.
public serialize ( ) : string
Результат string The serialized data.

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

Set the current Recipient Cache
public setChanges ( array $contacts )
$contacts array An array of email addresses. Ordered by weight.

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

Reconstruct the object from serialized data.
public unserialize ( string $data )
$data string The serialized data.

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

Updates the internal UID cache, and clears the internal update/deleted/changed cache.
public updateState ( )

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

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

protected $_added

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

The current list of recipient email addresses.
protected array $_contacts
Результат array

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

protected $_removed

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

protected $_serverid