PHP Class Horde_Kolab_Storage_Folder_Namespace_Config, horde

Inheritance: extends Horde_Kolab_Storage_Folder_Namespace
ファイルを表示 Open project: horde/horde

Protected Properties

Property Type Description
$configuration array The namespace configuration.

Public Methods

Method Description
__construct ( string $user, array $configuration ) 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 ( string $user, array $configuration )
$user string The current user.
$configuration array The namespace configuration.

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.

Property Details

$configuration protected_oe property

The namespace configuration.
protected array $configuration
return array