Esempio n. 1
0
 /**
  * @param string $oldName
  */
 function addOld($oldName)
 {
     $this->srcRels[$oldName] = $this->file->getArchiveRel($oldName);
     $this->archiveUrls[] = $this->file->getArchiveUrl($oldName);
 }