| 
    ILIAS
    release_9 Revision v9.13-25-g2c18ec4c24f
    
   | 
  
 Inheritance diagram for ILIAS\Filesystem\Provider\FileAccess:
 Collaboration diagram for ILIAS\Filesystem\Provider\FileAccess:Additional Inherited Members | |
  Public Member Functions inherited from ILIAS\Filesystem\Provider\FileReadAccess | |
| read (string $path) | |
| Reads a file content to a string.  More... | |
| has (string $path) | |
| Checks whether a file exists.  More... | |
| getMimeType (string $path) | |
| Get a files mime-type.  More... | |
| getTimestamp (string $path) | |
| Get the timestamp of the file.  More... | |
| getSize (string $path, int $unit) | |
| Get the size of a file.  More... | |
| setVisibility (string $path, string $visibility) | |
| Sets the visibility for a file.  More... | |
| getVisibility (string $path) | |
| Get the file visibility.  More... | |
  Public Member Functions inherited from ILIAS\Filesystem\Provider\FileWriteAccess | |
| write (string $path, string $content) | |
| Writes the content to a new file.  More... | |
| update (string $path, string $new_content) | |
| Updates the content of a file.  More... | |
| put (string $path, string $content) | |
| Creates a file or updates an existing one.  More... | |
| delete (string $path) | |
| Deletes a file.  More... | |
| readAndDelete (string $path) | |
| Reads the entire file content into a string and removes the file afterwards.  More... | |
| rename (string $path, string $new_path) | |
| Moves a file from the source to the destination.  More... | |
| copy (string $path, string $copy_path) | |
| Copy the source file to a destination.  More... | |
Definition at line 25 of file FileAccess.php.