PHP Class Horde_Kolab_Storage_Folder_Namespace_Config, horde

Inheritance: extends Horde_Kolab_Storage_Folder_Namespace
Afficher le fichier Open project: horde/horde

Protected Properties

Свойство Type Description
$configuration array The namespace configuration.

Méthodes publiques

Méthode Description
__construct ( string $user, array $configuration ) Constructor.
serialize ( ) : string Serialize this object.
unserialize ( string $data ) Reconstruct the object from serialized data.

Private Methods

Méthode Description
_initializeData ( ) : array Initialize the namespace elements.

Method Details

__construct() public méthode

Constructor.
public __construct ( string $user, array $configuration )
$user string The current user.
$configuration array The namespace configuration.

serialize() public méthode

Serialize this object.
public serialize ( ) : string
Résultat string The serialized data.

unserialize() public méthode

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
Résultat array