You are here

function ReadableStreamBackupFile::__destruct in Backup and Migrate 8.4

Destructor.

File

lib/backup_migrate_core/src/File/ReadableStreamBackupFile.php, line 51

Class

ReadableStreamBackupFile
Class ReadableStreamBackupFile.

Namespace

BackupMigrate\Core\File

Code

function __destruct() {

  // Close the handle if we've opened it.
  $this
    ->close();
}