PHP Class 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.
Inheritance: extends Horde_Kolab_Storage_Folder_Namespace
ファイルを表示 Open project: horde/horde

Public Methods

Method Description
__construct ( $user ) Constructor.
serialize ( ) : string Serialize this object.
unserialize ( string $data ) Reconstruct the object from serialized data.

Private Methods

Method Description
_initializeData ( ) : array Initialize the namespace elements.

Method Details

__construct() public method

Constructor.
public __construct ( $user )

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.