An exception for terminatinating execution or to throw for unit testing.
This interface represents a file in the directory tree.
put($data)
Replaces the contents of the file.
getETag()
Returns the ETag for a file.
getSize()
Returns the size of the node, in bytes.
getContentType()
Returns the mime-type for a file.
The INode interface is the base interface, and the parent class of both ICollection and IFile.