Moodle APIs
3.8
Moodle 3.8.6 (Build: 20201109)
|
Collection of helper functions to handle files. More...
Static Public Member Functions | |
static | copy_file_moodle2backup ($backupid, $filerecorid) |
Copy one file from moodle storage to backup storage. | |
static | get_backup_content_file_location ($contenthash) |
Given one file content hash, returns the path (relative to filedir) to the file. | |
static | get_backup_storage_base_dir ($backupid) |
Returns the full path to backup storage base dir. | |
Collection of helper functions to handle files.
This class implements various functions related with moodle storage handling (get file from storage, put it there...) and some others to use the zip/unzip facilities.
Note: It's supposed that, some day, files implementation will offer those functions without needeing to know storage internals at all. That day, we'll move related functions here to proper file api ones.
TODO: Finish phpdocs