PHP Class Horde_Kolab_Server_Object_Kolab_Domainmaintainer, horde

Copyright 2008-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_Server_Object_Kolab_Adminrole
Afficher le fichier Open project: horde/horde

Méthodes publiques

Свойство Type Description
$init_attributes array A structure to initialize the attribute structure for this class.
$required_group array The group the UID must be member of so that this object really matches this class type. This may not include the root UID.

Méthodes publiques

Méthode Description
prepareObjectInformation ( array &$info ) : NULL. Distill the server side object information to save.
toHash ( string $attrs = null ) : array | PEAR_Error Convert the object attributes to a hash.

Method Details

prepareObjectInformation() public méthode

Distill the server side object information to save.
public prepareObjectInformation ( array &$info ) : NULL.
$info array The information about the object.
Résultat NULL.

toHash() public méthode

Convert the object attributes to a hash.
public toHash ( string $attrs = null ) : array | PEAR_Error
$attrs string The attributes to return.
Résultat array | PEAR_Error The hash representing this object.

Property Details

$init_attributes public_oe static_oe property

A structure to initialize the attribute structure for this class.
public static array $init_attributes
Résultat array

$required_group public_oe property

The group the UID must be member of so that this object really matches this class type. This may not include the root UID.
public array $required_group
Résultat array