$_composite
$_composite : \Horde_Kolab_Server_Composite
A link to the composite server handler.
This class handles the db schema.
Copyright 2008-2017 Horde LLC (http://www.horde.org/)
See the enclosed file LICENSE for license information (LGPL). If you did not receive this file, see http://www.horde.org/licenses/lgpl21.
$_composite : \Horde_Kolab_Server_Composite
A link to the composite server handler.
setComposite(\Horde_Kolab_Server_Composite $composite) : NULL
Set the composite server reference for this object.
\Horde_Kolab_Server_Composite | $composite | A link to the composite server handler. |
getObjectclassSchema(string $objectclass) : array
Return the schema for the given objectClass.
string | $objectclass | Fetch the schema for this objectClass. |
If retrieval of the schema failed.
The schema for the given objectClass.
getExternalAttributes(string $class) : array
Return the attributes supported by the given object class.
string | $class | Determine the attributes for this class. |
If the schema analysis fails.
The supported attributes.