PHP Class Horde_ActiveSync_Folder_Collection, horde

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

Public Methods

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

Method Details

__toString() public method

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

serialize() public method

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

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