コード例 #1
0
ファイル: LocalFile.php プロジェクト: spring/spring-website
 /**
  * @param string $oldName
  */
 function addOld($oldName)
 {
     $this->srcRels[$oldName] = $this->file->getArchiveRel($oldName);
     $this->archiveUrls[] = $this->file->getArchiveUrl($oldName);
 }