Class Horde_Kolab_Server_Object_Kolab
This class provides methods to deal with the Kolab server configuration object.
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
- Horde_Kolab_Server_Object_Kolab
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/Kolab.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/Kolab.php
public static
string
|
|
public
string|PEAR_Error
|
addMember(),
deleteMember(),
getMembers(),
isMember()
|
getActions(),
prepareObjectInformation()
|
__construct(),
delete(),
exists(),
getExternal(),
getExternalAttributes(),
getGuid(),
getInternal(),
getInternalAttributes(),
readInternal(),
save()
|
string |
ATTRIBUTE_K
The name attribute for this type of object class |
#
'k'
|
string |
ATTRIBUTE_FBPAST
How many days into the past should the free/busy data on the server be calculated? |
#
'kolabFreeBusyPast'
|
string |
OBJECTCLASS_KOLAB
The specific object class of this object type |
#
'kolab'
|
ATTRIBUTE_CN,
ATTRIBUTE_MEMBER,
OBJECTCLASS_GROUPOFNAMES
|
OBJECTCLASS_TOP
|
public static
array
|
$init_attributes
A structure to initialize the attribute structure for this class. |
#
array(
'defined' => array(
self::ATTRIBUTE_K,
self::ATTRIBUTE_FBPAST,
),
'object_classes' => array(
self::OBJECTCLASS_KOLAB,
),
)
|
$attributes,
$object_classes,
$sort_by
|