Skip to content

Commit

Permalink
phpdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
mrubinsk committed May 14, 2015
1 parent af24a52 commit f32277b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
Expand Up @@ -34,7 +34,11 @@ class Horde_Kolab_Storage_Data_Query_History_Cache
* Synchronize the preferences information with the information from the
* backend.
*
* @param array $params Additional parameters.
* @param array $params 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.
*
* @return NULL
*/
Expand Down
6 changes: 5 additions & 1 deletion framework/Kolab_Storage/lib/Horde/Kolab/Storage/Query.php
Expand Up @@ -30,7 +30,11 @@ interface Horde_Kolab_Storage_Query
/**
* Synchronize the query data with the information from the backend.
*
* @param array $params Additional parameters.
* @param array $params 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 NULL
*/
Expand Down

0 comments on commit f32277b

Please sign in to comment.