Skip to content

Commit

Permalink
Add in method to build manifest URL.
Browse files Browse the repository at this point in the history
  • Loading branch information
pingevt committed Jun 4, 2024
1 parent 70cfd6d commit 88148ee
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/Iiif/IiifImage.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,13 @@ class IiifImage extends IiifBase {
*/
protected $thumbHeight = 200;

/**
* Build the full manifest URL.
*/
public function getManifestUrl() {
return implode("/", [$this->server, $this->prefix, $this->iiifId, "info.json"]);
}

/**
*
*/
Expand Down

0 comments on commit 88148ee

Please sign in to comment.