PHP Класс Horde_Kolab_Storage_Folder_Namespace_Fixed, horde

Copyright 2010-2016 Horde LLC (http://www.horde.org/) See the enclosed file COPYING for license information (LGPL). If you did not receive this file, see http://www.horde.org/licenses/lgpl21.
Автор: Gunnar Wrobel ([email protected])
Наследование: extends Horde_Kolab_Storage_Folder_Namespace
Показать файл Открыть проект

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

Метод Описание
__construct ( $user ) Constructor.
serialize ( ) : string Serialize this object.
unserialize ( string $data ) Reconstruct the object from serialized data.

Приватные методы

Метод Описание
_initializeData ( ) : array Initialize the namespace elements.

Описание методов

__construct() публичный Метод

Constructor.
public __construct ( $user )

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.