You are here

public function backup_file::info_set in Backup and Migrate 7.3

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

Get one or all pieces of info for the file.

File

includes/files.inc, line 285
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

public function info_set($key, $value) {
  $this->file_info[$key] = $value;
}