You are here

private function filedepot_archiver::saveAndReopen in filedepot 7

Same name in this branch
  1. 7 filedepot_archiver.class.php \filedepot_archiver::saveAndReopen()
  2. 7 filedepot_archiver.zip.class.php \filedepot_archiver::saveAndReopen()

Saves and reopens the ZIP archive

File

./filedepot_archiver.class.php, line 29
filedepot_archiver.class.php Archiving class for filedepot

Class

filedepot_archiver
@file filedepot_archiver.class.php Archiving class for filedepot

Code

private function saveAndReopen() {
  $this
    ->close();
  return $this
    ->open($this->zipFileName, ZIPARCHIVE::OVERWRITE);
}