Class Horde_Kolab_Server_Object_Groupofnames
This class provides methods to deal with groups.
Copyright 2008-2012 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.
- Horde_Kolab_Server_Object_Base implements Horde_Kolab_Server_Object_Interface
- Horde_Kolab_Server_Object_Top implements Horde_Kolab_Server_Object_Searches
- Horde_Kolab_Server_Object_Groupofnames
Direct known subclasses
Horde_Kolab_Server_Object_Kolab, Horde_Kolab_Server_Object_KolabgroupofnamesIndirect known subclasses
Horde_Kolab_Server_Object_Kolab_Distlist
Package: Kolab\Server
Category: Kolab
License: LGPL 2.1
Author: Gunnar Wrobel wrobel@pardus.de
Link: http://pear.horde.org/index.php?package=Kolab_Server
Located at Horde/Kolab/Server/Object/Groupofnames.php
Category: Kolab
License: LGPL 2.1
Author: Gunnar Wrobel wrobel@pardus.de
Link: http://pear.horde.org/index.php?package=Kolab_Server
Located at Horde/Kolab/Server/Object/Groupofnames.php
public static
string
|
|
public
string|PEAR_Error
|
|
public
array|PEAR_Error
|
|
public
array|PEAR_Error
|
|
public
array|PEAR_Error
|
|
public
boolean|PEAR_Error
|
getActions(),
prepareObjectInformation()
|
__construct(),
delete(),
exists(),
getExternal(),
getExternalAttributes(),
getGuid(),
getInternal(),
getInternalAttributes(),
readInternal(),
save()
|
string |
OBJECTCLASS_GROUPOFNAMES
The specific object class of this object type |
#
'groupOfNames'
|
string |
ATTRIBUTE_CN
The common name |
#
'cn'
|
string |
ATTRIBUTE_MEMBER
The members of this group |
#
'member'
|
OBJECTCLASS_TOP
|
public static
array
|
$init_attributes
A structure to initialize the attribute structure for this class. |
#
array(
'required' => array(
self::ATTRIBUTE_CN,
self::ATTRIBUTE_MEMBER,
),
'defined' => array(
self::ATTRIBUTE_CN,
self::ATTRIBUTE_MEMBER,
),
'object_classes' => array(
self::OBJECTCLASS_GROUPOFNAMES,
),
)
|
$attributes,
$object_classes,
$sort_by
|