1 backup.class.inc | abstract public Backup::restore(BackupFile $file) |
Restore a backup from a file.
Parameters
BackupFile $file: A BackupFile instance, used to read from the file handle.
Return value
boolean: TRUE if the restore was successful, FALSE on failure.
File
- core/
includes/ backup/ backup.class.inc, line 189 - Contains the Backup base class.
Class
- Backup
- Base class for creating backups.
Code
abstract public function restore(BackupFile $file);