Example #1
0
 /**
  * @inheritdoc
  */
 public function removeFileByObject(File $file)
 {
     $results = $this->getArchive()->deleteIndex($file->getIndex());
     $this->updateArchive();
     return $results;
 }
Example #2
0
 /**
  * @inheritdoc
  */
 public function removeFileByObject(File $file)
 {
     return $this->removeFileByName($file->getName());
 }