ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
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 }
The ICollection Interface.
Definition: ICollection.php:14
getSyncToken()
This method returns the current sync-token for this collection.
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...