Documentation

Horde_Kolab_Storage_Data_Query_History extends Horde_Kolab_Storage_Data_Query

Defines the data synchronization hook for history data.

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
category

Kolab

author

Gunnar Wrobel wrobel@pardus.de

license

http://www.horde.org/licenses/lgpl21 LGPL 2.1

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.
Return values
mixed

Search results