ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Public Member Functions | |
put ($data) | |
Updates the data. More... | |
get () | |
Returns the data. More... | |
delete () | |
Delete the current file. More... | |
getSize () | |
Returns the size of the node, in bytes. More... | |
getETag () | |
Returns the ETag for a file. More... | |
getContentType () | |
Returns the mime-type for a file. More... | |
Public Member Functions inherited from Sabre\DAV\FS\Node | |
__construct ($path) | |
Sets up the node, expects a full path name. More... | |
getName () | |
Returns the name of the node. More... | |
setName ($name) | |
Renames the node. More... | |
getLastModified () | |
Returns the last modification time, as a unix timestamp. More... | |
Additional Inherited Members | |
Protected Attributes inherited from Sabre\DAV\FS\Node | |
$path | |
File class.
Sabre\DAV\FS\File::delete | ( | ) |
Sabre\DAV\FS\File::get | ( | ) |
Sabre\DAV\FS\File::getContentType | ( | ) |
Returns the mime-type for a file.
If null is returned, we'll assume application/octet-stream
Implements Sabre\DAV\IFile.
Sabre\DAV\FS\File::getETag | ( | ) |
Returns the ETag for a file.
An ETag is a unique identifier representing the current version of the file. If the file changes, the ETag MUST change. The ETag is an arbitrary string, but MUST be surrounded by double-quotes.
Return null if the ETag can not effectively be determined
Implements Sabre\DAV\IFile.
Sabre\DAV\FS\File::getSize | ( | ) |
Sabre\DAV\FS\File::put | ( | $data | ) |
Updates the data.
resource | $data |
Implements Sabre\DAV\IFile.
Definition at line 22 of file File.php.
References $data.