PHP Class Horde_ActiveSync_Folder_RI, horde

Author: Michael J Rubinsky ([email protected])
Inheritance: extends Horde_ActiveSync_Folder_Base, implements Serializable
Mostrar archivo Open project: horde/horde

Protected Properties

Property Type Description
$_added
$_contacts array The current list of recipient email addresses.
$_removed
$_serverid

Public Methods

Method Description
__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.

Method Details

__toString() public method

Convert the instance into a string.
public __toString ( ) : string
return string The string representation for this instance.

added() public method

Return the recipients that are to be added.
public added ( ) : array
return array An array of psuedo-uids consisting of the the email address, a colon, and the weighed rank. E.g. [email protected]:10

removed() public method

Return the recipients that are to be deleted.
public removed ( ) : array
return array An array of psuedo-uids consisting of the the email address, a colon, and the weighed rank. E.g. [email protected]:10

serialize() public method

Serialize this object.
public serialize ( ) : string
return string The serialized data.

setChanges() public method

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

unserialize() public method

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

updateState() public method

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

Property Details

$_added protected_oe property

protected $_added

$_contacts protected_oe property

The current list of recipient email addresses.
protected array $_contacts
return array

$_removed protected_oe property

protected $_removed

$_serverid protected_oe property

protected $_serverid