Interface Sabre\DAV\IQuota

extends ICollection

IQuota interface.

Implement this interface to add the ability to return quota information. The ObjectTree will check for quota information on any given node. If the information is not available it will attempt to fetch the information from the root node.

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