PHP 클래스 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.
파일 보기
프로젝트 열기: horde/horde
공개 메소드들
메소드 |
설명 |
|
synchronize ( array $params = [] ) |
Synchronize the preferences information with the information from the
backend. |
|
메소드 상세
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. |