You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Classes/Common/IiifManifest.php
+6-7Lines changed: 6 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -65,15 +65,14 @@
65
65
* @property bool $tableOfContentsLoaded flag with information if the table of contents is loaded
66
66
* @property-read string $thumbnail this holds the document's thumbnail location
67
67
* @property bool $thumbnailLoaded flag with information if the thumbnail is loaded
68
-
* @property-read string $toplevelId this holds the toplevel structure's "@ID" (METS) or the manifest's "@id" (IIIF)
69
68
* @property \SimpleXMLElement $xml this holds the whole XML file as \SimpleXMLElement object
70
69
* @property string $asJson this holds the manifest file as string for serialization purposes
71
70
* @property ManifestInterface $iiif a PHP object representation of a IIIF manifest
72
71
* @property string $iiifVersion 'IIIF1', 'IIIF2' or 'IIIF3', depending on the API $this->iiif conforms to
73
72
* @property bool $hasFulltextSet flag if document has already been analyzed for presence of the fulltext for the Solr index
74
73
* @property array $originalMetadataArray this holds the original manifest's parsed metadata array with their corresponding resource (Manifest / Sequence / Range) ID as array key
75
74
* @property array $mimeTypes this holds the mime types of linked resources in the manifest (extracted during parsing) for later us
76
-
*
75
+
*
77
76
*/
78
77
finalclass IiifManifest extends AbstractDocument
79
78
{
@@ -472,7 +471,7 @@ protected function getLogicalStructureInfo(IiifResourceInterface $resource, bool
472
471
$details['volume'] = '';
473
472
$details['pagination'] = '';
474
473
$cPid = ($this->cPid ? $this->cPid : $this->pid);
475
-
if ($details['id'] == $this->magicGetToplevelId()) {
0 commit comments