|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Inheritance diagram for Sabre\DAV\FS\File:
Collaboration diagram for Sabre\DAV\FS\File: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... | |
| delete () | |
| Deleted the current node. 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... | |
| put ($data) | |
| Replaces the contents of the file. More... | |
| get () | |
| Returns the data. More... | |
| getContentType () | |
| Returns the mime-type for a file. More... | |
| getETag () | |
| Returns the ETag for a file. More... | |
| getSize () | |
| Returns the size of the node, in bytes. More... | |
Additional Inherited Members | |
Protected Attributes inherited from Sabre\DAV\FS\Node | |
| $path | |
File class.
| Sabre\DAV\FS\File::delete | ( | ) |
Delete the current file.
Implements Sabre\DAV\INode.
Definition at line 45 of file File.php.
| Sabre\DAV\FS\File::get | ( | ) |
Returns the data.
Implements Sabre\DAV\IFile.
Definition at line 34 of file File.php.
| 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.
Definition at line 89 of file File.php.
| 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.
Definition at line 72 of file File.php.
| Sabre\DAV\FS\File::getSize | ( | ) |
Returns the size of the node, in bytes.
Implements Sabre\DAV\IFile.
Definition at line 56 of file File.php.
| 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.