Horde_Kolab_Storage_Data_Query
extends
Horde_Kolab_Storage_Query
in
Represents a data query.
Copyright 2011-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.
Tags
Table of Contents
- setLogger() : mixed
- synchronize() : mixed
- Synchronize the query data with the information from the backend.
Methods
setLogger()
public
setLogger(Horde_Log_Logger $logger) : mixed
Parameters
- $logger : Horde_Log_Logger
Return values
mixed —synchronize()
Synchronize the query data with the information from the backend.
public
synchronize([array<string|int, mixed> $params = array() ]) : mixed
Parameters
- $params : array<string|int, mixed> = array()
-
Additional parameters may contain:
- current_sync: (integer) Timestamp of the current sync.
- last_sync: (integer) Timestamp containing the time of last sync.
- changes: (array) An array of arrays keyed by backend id containing information about each change.