ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
◀ ilDoc Overview
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
}
Sabre\CardDAV\Backend\SyncSupport
WebDAV-sync support for CardDAV backends.
Definition:
SyncSupport.php:21
Sabre\CardDAV\Backend\BackendInterface
CardDAV Backend Interface.
Definition:
BackendInterface.php:18
Sabre\CardDAV\Backend\SyncSupport\getChangesForAddressBook
getChangesForAddressBook($addressBookId, $syncToken, $syncLevel, $limit=null)
The getChanges method returns all the changes that have happened, since the specified syncToken in th...
Sabre\CardDAV\Backend
Definition:
AbstractBackend.php:3
php
libs
composer
vendor
sabre
dav
lib
CardDAV
Backend
SyncSupport.php
Generated on Thu Jan 16 2025 19:01:49 for ILIAS by
1.8.13 (using
Doxyfile
)