Class Horde_Kolab_Server_Object_Top
This class provides methods to deal with Kolab objects stored in the Kolab db.
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
Direct known subclasses
Horde_Kolab_Server_Object_Groupofnames, Horde_Kolab_Server_Object_Kolabgermanbankarrangement, Horde_Kolab_Server_Object_Kolabpop3account, Horde_Kolab_Server_Object_Kolabsharedfolder, Horde_Kolab_Server_Object_PersonIndirect known subclasses
Horde_Kolab_Server_Object_Inetorgperson, Horde_Kolab_Server_Object_Kolab, Horde_Kolab_Server_Object_Kolabinetorgperson, Horde_Kolab_Server_Object_Organizationalperson, Horde_Kolab_Server_Object_Kolab_Address, Horde_Kolab_Server_Object_Kolab_Administrator, Horde_Kolab_Server_Object_Kolab_Adminrole, Horde_Kolab_Server_Object_Kolab_Distlist, Horde_Kolab_Server_Object_Kolab_Domainmaintainer, Horde_Kolab_Server_Object_Kolab_Maintainer, Horde_Kolab_Server_Object_Kolab_User, Horde_Kolab_Server_Object_Kolabgroupofnames
Abstract
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/Top.php
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/Top.php
public static
string
|
|
public
NULL.
|
|
public
array
|
__construct(),
delete(),
exists(),
getExternal(),
getExternalAttributes(),
getGuid(),
getInternal(),
getInternalAttributes(),
readInternal(),
save()
|
generateId()
|
string |
OBJECTCLASS_TOP
Define the possible Kolab object classes |
#
'top'
|
public static
array
|
$attributes
The attributes defined for this class. |
#
array(
'objectClass', 'Openldapaci', 'Guid', 'Id',
'Createtimestamp', 'Modifytimestamp',
'Createtimestampdate', 'Modifytimestampdate',
)
|
public static
array
|
$object_classes
|
#
array(
self::OBJECTCLASS_TOP,
)
|
public
string
|
$sort_by
Sort by this attributes. |
#
'Guid'
|