function backup_file::type in Backup and Migrate 7.2
Same name and namespace in other branches
- 8.2 includes/files.inc \backup_file::type()
- 8.3 includes/files.inc \backup_file::type()
- 6.3 includes/files.inc \backup_file::type()
- 6.2 includes/files.inc \backup_file::type()
- 7.3 includes/files.inc \backup_file::type()
Get the file type.
File
- includes/
files.inc, line 202 - 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 type() {
return $this->type;
}