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
Datei anzeigen Open project: horde/horde

Public Properties

Property 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.

Public Methods

Method 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 method

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

toHash() public method

Convert the object attributes to a hash.
public toHash ( string $attrs = null ) : array | PEAR_Error
$attrs string The attributes to return.
return 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
return 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
return array