Skip to content

Commit 3b12e49

Browse files
committed
Bugfix Add method getFileLocationInFilegroup to Iiifmanifest
1 parent 6e63ad8 commit 3b12e49

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

Classes/Common/IiifManifest.php

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -988,6 +988,15 @@ private function setFileUseFulltext(string $iiifId, $iiif): void
988988
}
989989
}
990990

991+
/**
992+
* @see AbstractDocument::getFileLocationInFilegroup()
993+
*/
994+
public function getFileLocationInFilegroup(string $id, string $fileGrp): string
995+
{
996+
$fileLocation = $this->getFileLocation($id);
997+
return $fileLocation;
998+
}
999+
9911000
/**
9921001
* This magic method is executed after the object is deserialized
9931002
* @see __sleep()

0 commit comments

Comments
 (0)