PHP 클래스 Horde_ActiveSync_Folder_RI, horde

저자: Michael J Rubinsky ([email protected])
상속: extends Horde_ActiveSync_Folder_Base, implements Serializable
파일 보기 프로젝트 열기: horde/horde

보호된 프로퍼티들

프로퍼티 타입 설명
$_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