PHP Класс 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.
Автор: Gunnar Wrobel ([email protected])
Наследование: extends Horde_Kolab_Server_Object_Kolab_Adminrole
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
$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.

Открытые методы

Метод Описание
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.

Описание методов

prepareObjectInformation() публичный Метод

Distill the server side object information to save.
public prepareObjectInformation ( array &$info ) : NULL.
$info array The information about the object.
Результат NULL.

toHash() публичный Метод

Convert the object attributes to a hash.
public toHash ( string $attrs = null ) : array | PEAR_Error
$attrs string The attributes to return.
Результат array | PEAR_Error The hash representing this object.

Описание свойств

$init_attributes публичное статическое свойство

A structure to initialize the attribute structure for this class.
public static array $init_attributes
Результат array

$required_group публичное свойство

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
Результат array