Interface Sabre\DAV\IFile

extends INode

This interface represents a file in the directory tree.

A file is a bit of a broad definition. In general it implies that on this specific node a PUT or GET method may be performed, to either update, or retrieve the contents of the file.

  • Sabre\DAV\IFile extends INode
Methods
Methods inherited from Sabre\DAV\INode
delete(), getName(), setName(), getLastModified()