You are here

function WritableStreamBackupFile::__construct in Backup and Migrate 8.4

Constructor. Create a new file object from .

Overrides ReadableStreamBackupFile::__construct

File

lib/backup_migrate_core/src/File/WritableStreamBackupFile.php, line 26

Class

WritableStreamBackupFile
Class TempFile.

Namespace

BackupMigrate\Core\File

Code

function __construct($filepath) {
  parent::__construct($filepath);
}