Interface Sabre\DAV\Sync\ISyncCollection

extends ICollection

If a class extends ISyncCollection, it supports WebDAV-sync.

You are responsible for maintaining a changelist for this collection. This means that if any child nodes in this collection was created, modified or deleted in any way, you should maintain an updated changelist.

Methods
Methods inherited from Sabre\DAV\ICollection
createFile(), createDirectory(), getChild(), getChildren(), childExists()
Methods inherited from Sabre\DAV\INode
delete(), getName(), setName(), getLastModified()