Method | Description | |
---|---|---|
find ( Horde_Kolab_Server_Query_Element_Interface $criteria, array $params = [] ) : Horde_Kolab_Server_Result | Finds object data matching a given set of criteria. | |
findBelow ( Horde_Kolab_Server_Query_Element_Interface $criteria, string $parent, array $params = [] ) : Horde_Kolab_Server_Result | Finds all object data below a parent matching a given set of criteria. | |
getComposite ( ) : Horde_Kolab_Server_Composite | Get the composite server reference for this object. | |
getExternalAttributes ( string $class ) : array | Return the attributes supported by the given object class. | |
getInternalAttributes ( $class ) | ||
getInternalAttributesForExternal ( $class, $external ) | ||
setComposite ( Horde_Kolab_Server_Composite $composite ) : null | Set the composite server reference for this object. |
public findBelow ( Horde_Kolab_Server_Query_Element_Interface $criteria, string $parent, array $params = [] ) : Horde_Kolab_Server_Result | ||
$criteria | Horde_Kolab_Server_Query_Element_Interface | The criteria for the search. |
$parent | string | The parent to search below. |
$params | array | Additional search parameters. |
return | Horde_Kolab_Server_Result | The result object. |
public getComposite ( ) : Horde_Kolab_Server_Composite | ||
return | Horde_Kolab_Server_Composite | A link to the composite server handler. |
public getExternalAttributes ( string $class ) : array | ||
$class | string | Determine the attributes for this class. |
return | array | The supported attributes. |
public getInternalAttributesForExternal ( $class, $external ) |
public setComposite ( Horde_Kolab_Server_Composite $composite ) : null | ||
$composite | Horde_Kolab_Server_Composite | A link to the composite server handler. |
return | null |