ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
ISyncCollection.php
Go to the documentation of this file.
1<?php
2
3namespace Sabre\DAV\Sync;
4
5use Sabre\DAV;
6
19
29 function getSyncToken();
30
86 function getChanges($syncToken, $syncLevel, $limit = null);
87
88}
An exception for terminatinating execution or to throw for unit testing.
The ICollection Interface.
Definition: ICollection.php:14
If a class extends ISyncCollection, it supports WebDAV-sync.
getChanges($syncToken, $syncLevel, $limit=null)
The getChanges method returns all the changes that have happened, since the specified syncToken and t...
getSyncToken()
This method returns the current sync-token for this collection.