PHP 클래스 Horde_ActiveSync_Folder_Collection, horde

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

공개 메소드들

메소드 설명
__toString ( ) : string Convert the instance into a string.
serialize ( ) : string Serialize this object.
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.

serialize() 공개 메소드

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

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 ( )