PHP Класс Horde_ActiveSync_Folder_Collection, horde

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

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

Метод Описание
__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 ( )