MAX_HIERARCHY
MAX_HIERARCHY
Maximum accepted level for the object class hierarchy
An abstract class definiing methods to deal with an object tree structure.
Copyright 2009-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.
find(\Horde_Kolab_Server_Query_Element $criteria, array $params = array()) : \Horde_Kolab_Server_Result
Finds object data matching a given set of criteria.
\Horde_Kolab_Server_Query_Element | $criteria | The criteria for the search. |
array | $params | Additional search parameters. |
The result object.
findBelow(\Horde_Kolab_Server_Query_Element $criteria, string $parent, array $params = array()) : \Horde_Kolab_Server_Result
Finds all object data below a parent matching a given set of criteria.
\Horde_Kolab_Server_Query_Element | $criteria | The criteria for the search. |
string | $parent | The parent to search below. |
array | $params | Additional search parameters. |
The result object.
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. |
getComposite() : \Horde_Kolab_Server_Composite
Get the composite server reference for this object.
A link to the composite server handler.
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.