ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
SyncSupport.php
Go to the documentation of this file.
1 <?php
2 
3 namespace Sabre\CardDAV\Backend;
4 
21 interface SyncSupport extends BackendInterface {
22 
79  function getChangesForAddressBook($addressBookId, $syncToken, $syncLevel, $limit = null);
80 
81 }
WebDAV-sync support for CardDAV backends.
Definition: SyncSupport.php:21
getChangesForAddressBook($addressBookId, $syncToken, $syncLevel, $limit=null)
The getChanges method returns all the changes that have happened, since the specified syncToken in th...