PHP Class Horde_Kolab_Storage_Data_Query_History_Cache, horde
Copyright 2011-2016 Horde LLC (http://www.horde.org/)
See the enclosed file COPYING for license information (LGPL). If you
did not receive this file, see http://www.horde.org/licenses/lgpl21.
Exibir arquivo
Open project: horde/horde
Public Methods
Method |
Description |
|
synchronize ( array $params = [] ) |
Synchronize the preferences information with the information from the
backend. |
|
Method Details
synchronize()
public method
Synchronize the preferences information with the information from the
backend.
public synchronize ( array $params = [] ) |
$params |
array |
Additional parameters:
- 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. |