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