ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
◀ ilDoc Overview
ISyncCollection.php
Go to the documentation of this file.
1
<?
php
2
3
namespace
Sabre\DAV\Sync
;
4
5
use
Sabre\DAV
;
6
18
interface
ISyncCollection
extends
DAV\ICollection
{
19
29
function
getSyncToken
();
30
86
function
getChanges
($syncToken, $syncLevel, $limit = null);
87
88
}
Sabre\DAV
Sabre\DAV\Sync
Definition:
ISyncCollection.php:3
Sabre\DAV\ICollection
The ICollection Interface.
Definition:
ICollection.php:14
Sabre\DAV\Sync\ISyncCollection\getSyncToken
getSyncToken()
This method returns the current sync-token for this collection.
Sabre\DAV\Sync\ISyncCollection
If a class extends ISyncCollection, it supports WebDAV-sync.
Definition:
ISyncCollection.php:18
Sabre\DAV\Sync\ISyncCollection\getChanges
getChanges($syncToken, $syncLevel, $limit=null)
The getChanges method returns all the changes that have happened, since the specified syncToken and t...
php
libs
composer
vendor
sabre
dav
lib
DAV
Sync
ISyncCollection.php
Generated on Thu Jan 16 2025 19:01:50 for ILIAS by
1.8.13 (using
Doxyfile
)