Interface Sabre\DAV\IMultiGet

extends ICollection

IMultiGet.

This interface adds a tiny bit of functionality to collections.

There a certain situations, in particular in relation to WebDAV-Sync, CalDAV and CardDAV, where information for a list of items will be requested.

Because the getChild() call is the main abstraction method, this can in reality result in many database calls, which could potentially be optimized.

The MultiGet interface is used by the server in these cases.

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