You are here

function backup_file::info_set in Backup and Migrate 8.3

Same name and namespace in other branches
  1. 6.3 includes/files.inc \backup_file::info_set()
  2. 7.3 includes/files.inc \backup_file::info_set()

Get one or all pieces of info for the file.

File

includes/files.inc, line 283
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;
}