function backup_file::info_set in Backup and Migrate 6.3
Same name and namespace in other branches
- 8.3 includes/files.inc \backup_file::info_set()
- 7.3 includes/files.inc \backup_file::info_set()
Get one or all pieces of info for the file.
File
- includes/
files.inc, line 282 - General file handling code for Backup and Migrate.
Class
- backup_file
- A backup file which allows for saving to and reading from the server.
Code
function info_set($key, $value) {
$this->file_info[$key] = $value;
}