@@ -664,14 +664,14 @@ discard block |
||
664 | 664 | if ($fileContent !== false) { |
665 | 665 | $textFormat = $this->getTextFormat($fileContent); |
666 | 666 | } else { |
667 | - $this->logger->warning('Couldn\'t load full text file for structure node @ID "' . $id . '"'); |
|
667 | + $this->logger->warning('Couldn\'t load full text file for structure node @ID "'.$id.'"'); |
|
668 | 668 | return $fullText; |
669 | 669 | } |
670 | 670 | break; |
671 | 671 | } |
672 | 672 | } |
673 | 673 | } else { |
674 | - $this->logger->warning('Invalid structure node @ID "' . $id . '"'); |
|
674 | + $this->logger->warning('Invalid structure node @ID "'.$id.'"'); |
|
675 | 675 | return $fullText; |
676 | 676 | } |
677 | 677 | // Is this text format supported? |
@@ -683,7 +683,7 @@ discard block |
||
683 | 683 | } |
684 | 684 | $fullText = $textMiniOcr; |
685 | 685 | } else { |
686 | - $this->logger->warning('Unsupported text format "' . $textFormat . '" in physical node with @ID "' . $id . '"'); |
|
686 | + $this->logger->warning('Unsupported text format "'.$textFormat.'" in physical node with @ID "'.$id.'"'); |
|
687 | 687 | } |
688 | 688 | return $fullText; |
689 | 689 | } |
@@ -712,10 +712,10 @@ discard block |
||
712 | 712 | $textMiniOcr = $obj->getTextAsMiniOcr($ocrTextXml); |
713 | 713 | $this->rawTextArray[$id] = $textMiniOcr; |
714 | 714 | } else { |
715 | - $this->logger->warning('Invalid class/method "' . $class . '->getRawText()" for text format "' . $textFormat . '"'); |
|
715 | + $this->logger->warning('Invalid class/method "'.$class.'->getRawText()" for text format "'.$textFormat.'"'); |
|
716 | 716 | } |
717 | 717 | } else { |
718 | - $this->logger->warning('Class "' . $class . ' does not exists for "' . $textFormat . ' text format"'); |
|
718 | + $this->logger->warning('Class "'.$class.' does not exists for "'.$textFormat.' text format"'); |
|
719 | 719 | } |
720 | 720 | return $textMiniOcr; |
721 | 721 | } |
@@ -790,10 +790,10 @@ discard block |
||
790 | 790 | $title = self::getTitle($partof, true); |
791 | 791 | } |
792 | 792 | } else { |
793 | - Helper::log('No document with UID ' . $uid . ' found or document not accessible', LOG_SEVERITY_WARNING); |
|
793 | + Helper::log('No document with UID '.$uid.' found or document not accessible', LOG_SEVERITY_WARNING); |
|
794 | 794 | } |
795 | 795 | } else { |
796 | - Helper::log('Invalid UID ' . $uid . ' for document', LOG_SEVERITY_ERROR); |
|
796 | + Helper::log('Invalid UID '.$uid.' for document', LOG_SEVERITY_ERROR); |
|
797 | 797 | } |
798 | 798 | return $title; |
799 | 799 | } |
@@ -883,7 +883,7 @@ discard block |
||
883 | 883 | // the actual loading is format specific |
884 | 884 | return $this->loadLocation($location); |
885 | 885 | } else { |
886 | - $this->logger->error('Invalid file location "' . $location . '" for document loading'); |
|
886 | + $this->logger->error('Invalid file location "'.$location.'" for document loading'); |
|
887 | 887 | } |
888 | 888 | return false; |
889 | 889 | } |
@@ -1035,7 +1035,7 @@ discard block |
||
1035 | 1035 | // Set metadata definitions' PID. |
1036 | 1036 | $cPid = ($this->cPid ? $this->cPid : $this->pid); |
1037 | 1037 | if (!$cPid) { |
1038 | - $this->logger->error('Invalid PID ' . $cPid . ' for metadata definitions'); |
|
1038 | + $this->logger->error('Invalid PID '.$cPid.' for metadata definitions'); |
|
1039 | 1039 | return []; |
1040 | 1040 | } |
1041 | 1041 | if ( |
@@ -1212,12 +1212,12 @@ discard block |
||
1212 | 1212 | */ |
1213 | 1213 | public function __get(string $var) |
1214 | 1214 | { |
1215 | - $method = 'magicGet' . ucfirst($var); |
|
1215 | + $method = 'magicGet'.ucfirst($var); |
|
1216 | 1216 | if ( |
1217 | 1217 | !property_exists($this, $var) |
1218 | 1218 | || !method_exists($this, $method) |
1219 | 1219 | ) { |
1220 | - $this->logger->warning('There is no getter function for property "' . $var . '"'); |
|
1220 | + $this->logger->warning('There is no getter function for property "'.$var.'"'); |
|
1221 | 1221 | return null; |
1222 | 1222 | } else { |
1223 | 1223 | return $this->$method(); |
@@ -1250,12 +1250,12 @@ discard block |
||
1250 | 1250 | */ |
1251 | 1251 | public function __set(string $var, $value): void |
1252 | 1252 | { |
1253 | - $method = '_set' . ucfirst($var); |
|
1253 | + $method = '_set'.ucfirst($var); |
|
1254 | 1254 | if ( |
1255 | 1255 | !property_exists($this, $var) |
1256 | 1256 | || !method_exists($this, $method) |
1257 | 1257 | ) { |
1258 | - $this->logger->warning('There is no setter function for property "' . $var . '"'); |
|
1258 | + $this->logger->warning('There is no setter function for property "'.$var.'"'); |
|
1259 | 1259 | } else { |
1260 | 1260 | $this->$method($value); |
1261 | 1261 | } |
@@ -57,8 +57,7 @@ discard block |
||
57 | 57 | * @property-read string $toplevelId this holds the toplevel structure's "@ID" (METS) or the manifest's "@id" (IIIF) |
58 | 58 | * @property \SimpleXMLElement $xml this holds the whole XML file as \SimpleXMLElement object |
59 | 59 | */ |
60 | -abstract class AbstractDocument |
|
61 | -{ |
|
60 | +abstract class AbstractDocument { |
|
62 | 61 | /** |
63 | 62 | * @access protected |
64 | 63 | * @var Logger This holds the logger |
@@ -838,8 +837,7 @@ discard block |
||
838 | 837 | * @return int|bool false if structure with $logId is not a child of this substructure, |
839 | 838 | * or the actual depth. |
840 | 839 | */ |
841 | - protected function getTreeDepth(array $structure, int $depth, string $logId) |
|
842 | - { |
|
840 | + protected function getTreeDepth(array $structure, int $depth, string $logId) { |
|
843 | 841 | foreach ($structure as $element) { |
844 | 842 | if ($element['id'] == $logId) { |
845 | 843 | return $depth; |
@@ -862,8 +860,7 @@ discard block |
||
862 | 860 | * |
863 | 861 | * @return int|bool tree depth as integer or false if no element with $logId exists within the TOC. |
864 | 862 | */ |
865 | - public function getStructureDepth(string $logId) |
|
866 | - { |
|
863 | + public function getStructureDepth(string $logId) { |
|
867 | 864 | return $this->getTreeDepth($this->magicGetTableOfContents(), 1, $logId); |
868 | 865 | } |
869 | 866 | |
@@ -1122,8 +1119,7 @@ discard block |
||
1122 | 1119 | * |
1123 | 1120 | * @return mixed The METS file's / IIIF manifest's record identifier |
1124 | 1121 | */ |
1125 | - protected function magicGetRecordId() |
|
1126 | - { |
|
1122 | + protected function magicGetRecordId() { |
|
1127 | 1123 | return $this->recordId; |
1128 | 1124 | } |
1129 | 1125 | |
@@ -1193,8 +1189,7 @@ discard block |
||
1193 | 1189 | * |
1194 | 1190 | * @return void |
1195 | 1191 | */ |
1196 | - protected function __construct(int $pid, string $location, $preloadedDocument, array $settings = []) |
|
1197 | - { |
|
1192 | + protected function __construct(int $pid, string $location, $preloadedDocument, array $settings = []) { |
|
1198 | 1193 | $this->pid = $pid; |
1199 | 1194 | $this->setPreloadedDocument($preloadedDocument); |
1200 | 1195 | $this->init($location, $settings); |
@@ -1210,8 +1205,7 @@ discard block |
||
1210 | 1205 | * |
1211 | 1206 | * @return mixed Value of $this->$var |
1212 | 1207 | */ |
1213 | - public function __get(string $var) |
|
1214 | - { |
|
1208 | + public function __get(string $var) { |
|
1215 | 1209 | $method = 'magicGet' . ucfirst($var); |
1216 | 1210 | if ( |
1217 | 1211 | !property_exists($this, $var) |
@@ -1272,8 +1266,7 @@ discard block |
||
1272 | 1266 | * |
1273 | 1267 | * @return AbstractDocument|false |
1274 | 1268 | */ |
1275 | - private static function getDocumentCache(string $location) |
|
1276 | - { |
|
1269 | + private static function getDocumentCache(string $location) { |
|
1277 | 1270 | $cacheIdentifier = hash('md5', $location); |
1278 | 1271 | $cache = GeneralUtility::makeInstance(CacheManager::class)->getCache('tx_dlf_doc'); |
1279 | 1272 | $cacheHit = $cache->get($cacheIdentifier); |
@@ -111,7 +111,7 @@ discard block |
||
111 | 111 | * |
112 | 112 | * @see $formats |
113 | 113 | */ |
114 | - protected bool $formatsLoaded = false; |
|
114 | + protected bool $formatsLoaded = FALSE; |
|
115 | 115 | |
116 | 116 | /** |
117 | 117 | * Are there any fulltext files available? This also includes IIIF text annotations |
@@ -121,13 +121,13 @@ discard block |
||
121 | 121 | * @access protected |
122 | 122 | * @var bool |
123 | 123 | */ |
124 | - protected bool $hasFulltext = false; |
|
124 | + protected bool $hasFulltext = FALSE; |
|
125 | 125 | |
126 | 126 | /** |
127 | 127 | * @access protected |
128 | 128 | * @var array Last searched logical and physical page |
129 | 129 | */ |
130 | - protected array $lastSearchedPhysicalPage = ['logicalPage' => null, 'physicalPage' => null]; |
|
130 | + protected array $lastSearchedPhysicalPage = ['logicalPage' => NULL, 'physicalPage' => NULL]; |
|
131 | 131 | |
132 | 132 | /** |
133 | 133 | * @access protected |
@@ -150,7 +150,7 @@ discard block |
||
150 | 150 | * |
151 | 151 | * @see $metadataArray |
152 | 152 | */ |
153 | - protected bool $metadataArrayLoaded = false; |
|
153 | + protected bool $metadataArrayLoaded = FALSE; |
|
154 | 154 | |
155 | 155 | /** |
156 | 156 | * @access protected |
@@ -182,7 +182,7 @@ discard block |
||
182 | 182 | * |
183 | 183 | * @see $physicalStructure |
184 | 184 | */ |
185 | - protected bool $physicalStructureLoaded = false; |
|
185 | + protected bool $physicalStructureLoaded = FALSE; |
|
186 | 186 | |
187 | 187 | /** |
188 | 188 | * @access protected |
@@ -203,7 +203,7 @@ discard block |
||
203 | 203 | * @access protected |
204 | 204 | * @var bool Is the document instantiated successfully? |
205 | 205 | */ |
206 | - protected bool $ready = false; |
|
206 | + protected bool $ready = FALSE; |
|
207 | 207 | |
208 | 208 | /** |
209 | 209 | * @access protected |
@@ -223,7 +223,7 @@ discard block |
||
223 | 223 | * |
224 | 224 | * @see $rootId |
225 | 225 | */ |
226 | - protected bool $rootIdLoaded = false; |
|
226 | + protected bool $rootIdLoaded = FALSE; |
|
227 | 227 | |
228 | 228 | /** |
229 | 229 | * @access protected |
@@ -237,7 +237,7 @@ discard block |
||
237 | 237 | * |
238 | 238 | * @see $smLinks |
239 | 239 | */ |
240 | - protected bool $smLinksLoaded = false; |
|
240 | + protected bool $smLinksLoaded = FALSE; |
|
241 | 241 | |
242 | 242 | /** |
243 | 243 | * This holds the logical structure |
@@ -253,7 +253,7 @@ discard block |
||
253 | 253 | * |
254 | 254 | * @see $tableOfContents |
255 | 255 | */ |
256 | - protected bool $tableOfContentsLoaded = false; |
|
256 | + protected bool $tableOfContentsLoaded = FALSE; |
|
257 | 257 | |
258 | 258 | /** |
259 | 259 | * @access protected |
@@ -267,7 +267,7 @@ discard block |
||
267 | 267 | * |
268 | 268 | * @see $thumbnail |
269 | 269 | */ |
270 | - protected bool $thumbnailLoaded = false; |
|
270 | + protected bool $thumbnailLoaded = FALSE; |
|
271 | 271 | |
272 | 272 | /** |
273 | 273 | * @access protected |
@@ -361,7 +361,7 @@ discard block |
||
361 | 361 | * |
362 | 362 | * @return array Array of the element's id, label, type and physical page indexes/mptr link |
363 | 363 | */ |
364 | - abstract public function getLogicalStructure(string $id, bool $recursive = false): array; |
|
364 | + abstract public function getLogicalStructure(string $id, bool $recursive = FALSE): array; |
|
365 | 365 | |
366 | 366 | /** |
367 | 367 | * This extracts all the metadata for a logical structure node |
@@ -449,7 +449,7 @@ discard block |
||
449 | 449 | * |
450 | 450 | * @return string The document's thumbnail location |
451 | 451 | */ |
452 | - abstract protected function magicGetThumbnail(bool $forceReload = false): string; |
|
452 | + abstract protected function magicGetThumbnail(bool $forceReload = FALSE): string; |
|
453 | 453 | |
454 | 454 | /** |
455 | 455 | * This returns the ID of the toplevel logical structure node |
@@ -528,21 +528,21 @@ discard block |
||
528 | 528 | * |
529 | 529 | * @return AbstractDocument|null Instance of this class, either MetsDocument or IiifManifest |
530 | 530 | */ |
531 | - public static function &getInstance(string $location, array $settings = [], bool $forceReload = false) |
|
531 | + public static function &getInstance(string $location, array $settings = [], bool $forceReload = FALSE) |
|
532 | 532 | { |
533 | 533 | // Create new instance depending on format (METS or IIIF) ... |
534 | - $documentFormat = null; |
|
535 | - $xml = null; |
|
536 | - $iiif = null; |
|
534 | + $documentFormat = NULL; |
|
535 | + $xml = NULL; |
|
536 | + $iiif = NULL; |
|
537 | 537 | |
538 | 538 | if (!$forceReload) { |
539 | 539 | $instance = self::getDocumentCache($location); |
540 | - if ($instance !== false) { |
|
540 | + if ($instance !== FALSE) { |
|
541 | 541 | return $instance; |
542 | 542 | } |
543 | 543 | } |
544 | 544 | |
545 | - $instance = null; |
|
545 | + $instance = NULL; |
|
546 | 546 | |
547 | 547 | // Try to load a file from the url |
548 | 548 | if (GeneralUtility::isValidUrl($location)) { |
@@ -550,17 +550,17 @@ discard block |
||
550 | 550 | $extConf = GeneralUtility::makeInstance(ExtensionConfiguration::class)->get(self::$extKey); |
551 | 551 | |
552 | 552 | $content = Helper::getUrl($location); |
553 | - if ($content !== false) { |
|
553 | + if ($content !== FALSE) { |
|
554 | 554 | $xml = Helper::getXmlFileAsString($content); |
555 | - if ($xml !== false) { |
|
555 | + if ($xml !== FALSE) { |
|
556 | 556 | /* @var $xml \SimpleXMLElement */ |
557 | 557 | $xml->registerXPathNamespace('mets', 'http://www.loc.gov/METS/'); |
558 | 558 | $xpathResult = $xml->xpath('//mets:mets'); |
559 | - $documentFormat = !empty($xpathResult) ? 'METS' : null; |
|
559 | + $documentFormat = !empty($xpathResult) ? 'METS' : NULL; |
|
560 | 560 | } else { |
561 | 561 | // Try to load file as IIIF resource instead. |
562 | - $contentAsJsonArray = json_decode($content, true); |
|
563 | - if ($contentAsJsonArray !== null) { |
|
562 | + $contentAsJsonArray = json_decode($content, TRUE); |
|
563 | + if ($contentAsJsonArray !== NULL) { |
|
564 | 564 | IiifHelper::setUrlReader(IiifUrlReader::getInstance()); |
565 | 565 | IiifHelper::setMaxThumbnailHeight($extConf['iiif']['thumbnailHeight']); |
566 | 566 | IiifHelper::setMaxThumbnailWidth($extConf['iiif']['thumbnailWidth']); |
@@ -583,7 +583,7 @@ discard block |
||
583 | 583 | $instance = new IiifManifest($pid, $location, $iiif); |
584 | 584 | } |
585 | 585 | |
586 | - if ($instance !== null) { |
|
586 | + if ($instance !== NULL) { |
|
587 | 587 | self::setDocumentCache($location, $instance); |
588 | 588 | } |
589 | 589 | |
@@ -624,7 +624,7 @@ discard block |
||
624 | 624 | } else { |
625 | 625 | $physicalPage = 0; |
626 | 626 | foreach ($this->physicalStructureInfo as $page) { |
627 | - if (strpos($page['orderlabel'], $logicalPage) !== false) { |
|
627 | + if (strpos($page['orderlabel'], $logicalPage) !== FALSE) { |
|
628 | 628 | $this->lastSearchedPhysicalPage['logicalPage'] = $logicalPage; |
629 | 629 | $this->lastSearchedPhysicalPage['physicalPage'] = $physicalPage; |
630 | 630 | return $physicalPage; |
@@ -661,7 +661,7 @@ discard block |
||
661 | 661 | if (!empty($this->physicalStructureInfo[$id]['files'][$fileGrpFulltext])) { |
662 | 662 | // Get full text file. |
663 | 663 | $fileContent = GeneralUtility::getUrl($this->getFileLocation($this->physicalStructureInfo[$id]['files'][$fileGrpFulltext])); |
664 | - if ($fileContent !== false) { |
|
664 | + if ($fileContent !== FALSE) { |
|
665 | 665 | $textFormat = $this->getTextFormat($fileContent); |
666 | 666 | } else { |
667 | 667 | $this->logger->warning('Couldn\'t load full text file for structure node @ID "' . $id . '"'); |
@@ -733,7 +733,7 @@ discard block |
||
733 | 733 | { |
734 | 734 | $xml = Helper::getXmlFileAsString($fileContent); |
735 | 735 | |
736 | - if ($xml !== false) { |
|
736 | + if ($xml !== FALSE) { |
|
737 | 737 | // Get the root element's name as text format. |
738 | 738 | return strtoupper($xml->getName()); |
739 | 739 | } else { |
@@ -753,7 +753,7 @@ discard block |
||
753 | 753 | * |
754 | 754 | * @return string The title of the document itself or a parent document |
755 | 755 | */ |
756 | - public static function getTitle(int $uid, bool $recursive = false): string |
|
756 | + public static function getTitle(int $uid, bool $recursive = FALSE): string |
|
757 | 757 | { |
758 | 758 | $title = ''; |
759 | 759 | // Sanitize input. |
@@ -787,7 +787,7 @@ discard block |
||
787 | 787 | && (int) $partof |
788 | 788 | && $partof != $uid |
789 | 789 | ) { |
790 | - $title = self::getTitle($partof, true); |
|
790 | + $title = self::getTitle($partof, TRUE); |
|
791 | 791 | } |
792 | 792 | } else { |
793 | 793 | Helper::log('No document with UID ' . $uid . ' found or document not accessible', LOG_SEVERITY_WARNING); |
@@ -845,12 +845,12 @@ discard block |
||
845 | 845 | return $depth; |
846 | 846 | } elseif (array_key_exists('children', $element)) { |
847 | 847 | $foundInChildren = $this->getTreeDepth($element['children'], $depth + 1, $logId); |
848 | - if ($foundInChildren !== false) { |
|
848 | + if ($foundInChildren !== FALSE) { |
|
849 | 849 | return $foundInChildren; |
850 | 850 | } |
851 | 851 | } |
852 | 852 | } |
853 | - return false; |
|
853 | + return FALSE; |
|
854 | 854 | } |
855 | 855 | |
856 | 856 | /** |
@@ -885,7 +885,7 @@ discard block |
||
885 | 885 | } else { |
886 | 886 | $this->logger->error('Invalid file location "' . $location . '" for document loading'); |
887 | 887 | } |
888 | - return false; |
|
888 | + return FALSE; |
|
889 | 889 | } |
890 | 890 | |
891 | 891 | /** |
@@ -923,7 +923,7 @@ discard block |
||
923 | 923 | 'class' => $resArray['class'] |
924 | 924 | ]; |
925 | 925 | } |
926 | - $this->formatsLoaded = true; |
|
926 | + $this->formatsLoaded = TRUE; |
|
927 | 927 | } |
928 | 928 | } |
929 | 929 | |
@@ -1044,7 +1044,7 @@ discard block |
||
1044 | 1044 | ) { |
1045 | 1045 | $this->prepareMetadataArray($cPid); |
1046 | 1046 | $this->metadataArray[0] = $cPid; |
1047 | - $this->metadataArrayLoaded = true; |
|
1047 | + $this->metadataArrayLoaded = TRUE; |
|
1048 | 1048 | } |
1049 | 1049 | return $this->metadataArray; |
1050 | 1050 | } |
@@ -1143,7 +1143,7 @@ discard block |
||
1143 | 1143 | $parent = self::getInstance($this->parentId, ['storagePid' => $this->pid]); |
1144 | 1144 | $this->rootId = $parent->rootId; |
1145 | 1145 | } |
1146 | - $this->rootIdLoaded = true; |
|
1146 | + $this->rootIdLoaded = TRUE; |
|
1147 | 1147 | } |
1148 | 1148 | return $this->rootId; |
1149 | 1149 | } |
@@ -1160,8 +1160,8 @@ discard block |
||
1160 | 1160 | // Is there no logical structure array yet? |
1161 | 1161 | if (!$this->tableOfContentsLoaded) { |
1162 | 1162 | // Get all logical structures. |
1163 | - $this->getLogicalStructure('', true); |
|
1164 | - $this->tableOfContentsLoaded = true; |
|
1163 | + $this->getLogicalStructure('', TRUE); |
|
1164 | + $this->tableOfContentsLoaded = TRUE; |
|
1165 | 1165 | } |
1166 | 1166 | return $this->tableOfContents; |
1167 | 1167 | } |
@@ -1218,7 +1218,7 @@ discard block |
||
1218 | 1218 | || !method_exists($this, $method) |
1219 | 1219 | ) { |
1220 | 1220 | $this->logger->warning('There is no getter function for property "' . $var . '"'); |
1221 | - return null; |
|
1221 | + return NULL; |
|
1222 | 1222 | } else { |
1223 | 1223 | return $this->$method(); |
1224 | 1224 | } |
@@ -30,8 +30,7 @@ |
||
30 | 30 | * |
31 | 31 | * @access public |
32 | 32 | */ |
33 | -class ReindexCommand extends BaseCommand |
|
34 | -{ |
|
33 | +class ReindexCommand extends BaseCommand { |
|
35 | 34 | /** |
36 | 35 | * Configure the command by defining the name, options and arguments |
37 | 36 | * |
@@ -46,7 +46,7 @@ discard block |
||
46 | 46 | ->setHelp('') |
47 | 47 | ->addOption( |
48 | 48 | 'dry-run', |
49 | - null, |
|
49 | + NULL, |
|
50 | 50 | InputOption::VALUE_NONE, |
51 | 51 | 'If this option is set, the files will not actually be processed but the location URI is shown.' |
52 | 52 | ) |
@@ -106,7 +106,7 @@ discard block |
||
106 | 106 | */ |
107 | 107 | protected function execute(InputInterface $input, OutputInterface $output): int |
108 | 108 | { |
109 | - $dryRun = $input->getOption('dry-run') != false ? true : false; |
|
109 | + $dryRun = $input->getOption('dry-run') != FALSE ? TRUE : FALSE; |
|
110 | 110 | |
111 | 111 | $io = new SymfonyStyle($input, $output); |
112 | 112 | $io->title($this->getDescription()); |
@@ -151,7 +151,7 @@ discard block |
||
151 | 151 | $this->owner = $this->libraryRepository->findOneByIndexName((string) $input->getOption('owner')); |
152 | 152 | } |
153 | 153 | } else { |
154 | - $this->owner = null; |
|
154 | + $this->owner = NULL; |
|
155 | 155 | } |
156 | 156 | |
157 | 157 | if (!empty($input->getOption('all'))) { |
@@ -174,7 +174,7 @@ discard block |
||
174 | 174 | !empty($input->getOption('coll')) |
175 | 175 | && !is_array($input->getOption('coll')) |
176 | 176 | ) { |
177 | - $collections = GeneralUtility::intExplode(',', $input->getOption('coll'), true); |
|
177 | + $collections = GeneralUtility::intExplode(',', $input->getOption('coll'), TRUE); |
|
178 | 178 | // "coll" may be a single integer or a comma-separated list of integers. |
179 | 179 | if (empty(array_filter($collections))) { |
180 | 180 | $io->error('ERROR: Parameter --coll|-c is not a valid comma-separated list of collection UIDs.'); |
@@ -198,9 +198,9 @@ discard block |
||
198 | 198 | } |
199 | 199 | |
200 | 200 | foreach ($documents as $id => $document) { |
201 | - $doc = AbstractDocument::getInstance($document->getLocation(), ['storagePid' => $this->storagePid], true); |
|
201 | + $doc = AbstractDocument::getInstance($document->getLocation(), ['storagePid' => $this->storagePid], TRUE); |
|
202 | 202 | |
203 | - if ($doc === null) { |
|
203 | + if ($doc === NULL) { |
|
204 | 204 | $io->warning('WARNING: Document "' . $document->getLocation() . '" could not be loaded. Skip to next document.'); |
205 | 205 | continue; |
206 | 206 | } |
@@ -114,7 +114,7 @@ discard block |
||
114 | 114 | $this->initializeRepositories((int) $input->getOption('pid')); |
115 | 115 | |
116 | 116 | if ($this->storagePid == 0) { |
117 | - $io->error('ERROR: No valid PID (' . $this->storagePid . ') given.'); |
|
117 | + $io->error('ERROR: No valid PID ('.$this->storagePid.') given.'); |
|
118 | 118 | return BaseCommand::FAILURE; |
119 | 119 | } |
120 | 120 | |
@@ -129,13 +129,13 @@ discard block |
||
129 | 129 | if (empty($solrCoreUid) || !in_array($solrCoreUid, $allSolrCores)) { |
130 | 130 | $outputSolrCores = []; |
131 | 131 | foreach ($allSolrCores as $indexName => $uid) { |
132 | - $outputSolrCores[] = $uid . ' : ' . $indexName; |
|
132 | + $outputSolrCores[] = $uid.' : '.$indexName; |
|
133 | 133 | } |
134 | 134 | if (empty($outputSolrCores)) { |
135 | - $io->error('ERROR: No valid Solr core ("' . $input->getOption('solr') . '") given. No valid cores found on PID ' . $this->storagePid . ".\n"); |
|
135 | + $io->error('ERROR: No valid Solr core ("'.$input->getOption('solr').'") given. No valid cores found on PID '.$this->storagePid.".\n"); |
|
136 | 136 | return BaseCommand::FAILURE; |
137 | 137 | } else { |
138 | - $io->error('ERROR: No valid Solr core ("' . $input->getOption('solr') . '") given. ' . "Valid cores are (<uid>:<index_name>):\n" . implode("\n", $outputSolrCores) . "\n"); |
|
138 | + $io->error('ERROR: No valid Solr core ("'.$input->getOption('solr').'") given. '."Valid cores are (<uid>:<index_name>):\n".implode("\n", $outputSolrCores)."\n"); |
|
139 | 139 | return BaseCommand::FAILURE; |
140 | 140 | } |
141 | 141 | } |
@@ -165,7 +165,7 @@ discard block |
||
165 | 165 | ->setLimit((int) $input->getOption('index-limit')) |
166 | 166 | ->setOffset((int) $input->getOption('index-begin')) |
167 | 167 | ->execute(); |
168 | - $io->writeln($input->getOption('index-limit') . ' documents starting from ' . $input->getOption('index-begin') . ' will be indexed.'); |
|
168 | + $io->writeln($input->getOption('index-limit').' documents starting from '.$input->getOption('index-begin').' will be indexed.'); |
|
169 | 169 | } else { |
170 | 170 | // Get all documents. |
171 | 171 | $documents = $this->documentRepository->findAll(); |
@@ -187,7 +187,7 @@ discard block |
||
187 | 187 | ) { |
188 | 188 | $documents = $this->documentRepository->findAllByCollectionsLimited($collections, (int) $input->getOption('index-limit'), (int) $input->getOption('index-begin')); |
189 | 189 | |
190 | - $io->writeln($input->getOption('index-limit') . ' documents starting from ' . $input->getOption('index-begin') . ' will be indexed.'); |
|
190 | + $io->writeln($input->getOption('index-limit').' documents starting from '.$input->getOption('index-begin').' will be indexed.'); |
|
191 | 191 | } else { |
192 | 192 | // Get all documents of given collections. |
193 | 193 | $documents = $this->documentRepository->findAllByCollectionsLimited($collections, 0); |
@@ -201,15 +201,15 @@ discard block |
||
201 | 201 | $doc = AbstractDocument::getInstance($document->getLocation(), ['storagePid' => $this->storagePid], true); |
202 | 202 | |
203 | 203 | if ($doc === null) { |
204 | - $io->warning('WARNING: Document "' . $document->getLocation() . '" could not be loaded. Skip to next document.'); |
|
204 | + $io->warning('WARNING: Document "'.$document->getLocation().'" could not be loaded. Skip to next document.'); |
|
205 | 205 | continue; |
206 | 206 | } |
207 | 207 | |
208 | 208 | if ($dryRun) { |
209 | - $io->writeln('DRY RUN: Would index ' . ($id + 1) . '/' . count($documents) . ' with UID "' . $document->getUid() . '" ("' . $document->getLocation() . '") on PID ' . $this->storagePid . ' and Solr core ' . $solrCoreUid . '.'); |
|
209 | + $io->writeln('DRY RUN: Would index '.($id + 1).'/'.count($documents).' with UID "'.$document->getUid().'" ("'.$document->getLocation().'") on PID '.$this->storagePid.' and Solr core '.$solrCoreUid.'.'); |
|
210 | 210 | } else { |
211 | 211 | if ($io->isVerbose()) { |
212 | - $io->writeln(date('Y-m-d H:i:s') . ' Indexing ' . ($id + 1) . '/' . count($documents) . ' with UID "' . $document->getUid() . '" ("' . $document->getLocation() . '") on PID ' . $this->storagePid . ' and Solr core ' . $solrCoreUid . '.'); |
|
212 | + $io->writeln(date('Y-m-d H:i:s').' Indexing '.($id + 1).'/'.count($documents).' with UID "'.$document->getUid().'" ("'.$document->getLocation().'") on PID '.$this->storagePid.' and Solr core '.$solrCoreUid.'.'); |
|
213 | 213 | } |
214 | 214 | $document->setCurrentDocument($doc); |
215 | 215 | // save to database |
@@ -334,7 +334,7 @@ discard block |
||
334 | 334 | * |
335 | 335 | * @return void |
336 | 336 | */ |
337 | - private function addCollections(Document &$document, array $collections): void |
|
337 | + private function addCollections(Document & $document, array $collections): void |
|
338 | 338 | { |
339 | 339 | foreach ($collections as $collection) { |
340 | 340 | $documentCollection = $this->collectionRepository->findOneByIndexName($collection); |
@@ -376,11 +376,11 @@ discard block |
||
376 | 376 | |
377 | 377 | for ($i = 0; $i < $count; $i++) { |
378 | 378 | // Build the next part to add |
379 | - $nextPart = ($i === 0 ? '' : $delimiter) . $metadataAuthor[$i]; |
|
379 | + $nextPart = ($i === 0 ? '' : $delimiter).$metadataAuthor[$i]; |
|
380 | 380 | // Check if adding this part and ellipsis in future would exceed the character limit |
381 | - if (strlen($authors . $nextPart . $delimiter . $ellipsis) > 255) { |
|
381 | + if (strlen($authors.$nextPart.$delimiter.$ellipsis) > 255) { |
|
382 | 382 | // Add ellipsis and stop adding more authors |
383 | - $authors .= $delimiter . $ellipsis; |
|
383 | + $authors .= $delimiter.$ellipsis; |
|
384 | 384 | break; |
385 | 385 | } |
386 | 386 | // Add the part to the main string |
@@ -40,8 +40,7 @@ |
||
40 | 40 | * |
41 | 41 | * @access public |
42 | 42 | */ |
43 | -class BaseCommand extends Command |
|
44 | -{ |
|
43 | +class BaseCommand extends Command { |
|
45 | 44 | /** |
46 | 45 | * @access protected |
47 | 46 | * @var CollectionRepository |
@@ -201,8 +201,8 @@ discard block |
||
201 | 201 | protected function saveToDatabase(Document $document): bool |
202 | 202 | { |
203 | 203 | $doc = $document->getCurrentDocument(); |
204 | - if ($doc === null) { |
|
205 | - return false; |
|
204 | + if ($doc === NULL) { |
|
205 | + return FALSE; |
|
206 | 206 | } |
207 | 207 | |
208 | 208 | $doc->cPid = $this->storagePid; |
@@ -258,7 +258,7 @@ discard block |
||
258 | 258 | $document->setPartof($this->getParentDocumentUidForSaving($document)); |
259 | 259 | } |
260 | 260 | |
261 | - if ($document->getUid() === null) { |
|
261 | + if ($document->getUid() === NULL) { |
|
262 | 262 | // new document |
263 | 263 | $this->documentRepository->add($document); |
264 | 264 | } else { |
@@ -268,10 +268,10 @@ discard block |
||
268 | 268 | |
269 | 269 | $this->persistenceManager->persistAll(); |
270 | 270 | |
271 | - return true; |
|
271 | + return TRUE; |
|
272 | 272 | } |
273 | 273 | |
274 | - return false; |
|
274 | + return FALSE; |
|
275 | 275 | } |
276 | 276 | |
277 | 277 | /** |
@@ -288,14 +288,14 @@ discard block |
||
288 | 288 | { |
289 | 289 | $doc = $document->getCurrentDocument(); |
290 | 290 | |
291 | - if ($doc !== null && !empty($doc->parentHref)) { |
|
291 | + if ($doc !== NULL && !empty($doc->parentHref)) { |
|
292 | 292 | // find document object by record_id of parent |
293 | 293 | $parent = AbstractDocument::getInstance($doc->parentHref, ['storagePid' => $this->storagePid]); |
294 | 294 | |
295 | 295 | if ($parent->recordId) { |
296 | 296 | $parentDocument = $this->documentRepository->findOneByRecordId($parent->recordId); |
297 | 297 | |
298 | - if ($parentDocument === null) { |
|
298 | + if ($parentDocument === NULL) { |
|
299 | 299 | // create new Document object |
300 | 300 | $parentDocument = GeneralUtility::makeInstance(Document::class); |
301 | 301 | } |
@@ -307,7 +307,7 @@ discard block |
||
307 | 307 | |
308 | 308 | $success = $this->saveToDatabase($parentDocument); |
309 | 309 | |
310 | - if ($success === true) { |
|
310 | + if ($success === TRUE) { |
|
311 | 311 | // add to index |
312 | 312 | Indexer::add($parentDocument, $this->documentRepository); |
313 | 313 | return $parentDocument->getUid(); |
@@ -33,8 +33,7 @@ |
||
33 | 33 | * |
34 | 34 | * @access public |
35 | 35 | */ |
36 | -class HarvestCommand extends BaseCommand |
|
37 | -{ |
|
36 | +class HarvestCommand extends BaseCommand { |
|
38 | 37 | /** |
39 | 38 | * Configure the command by defining the name, options and arguments |
40 | 39 | * |
@@ -49,7 +49,7 @@ discard block |
||
49 | 49 | ->setHelp('') |
50 | 50 | ->addOption( |
51 | 51 | 'dry-run', |
52 | - null, |
|
52 | + NULL, |
|
53 | 53 | InputOption::VALUE_NONE, |
54 | 54 | 'If this option is set, the files will not actually be processed but the location URIs are shown.' |
55 | 55 | ) |
@@ -73,19 +73,19 @@ discard block |
||
73 | 73 | ) |
74 | 74 | ->addOption( |
75 | 75 | 'from', |
76 | - null, |
|
76 | + NULL, |
|
77 | 77 | InputOption::VALUE_OPTIONAL, |
78 | 78 | 'Datestamp (YYYY-MM-DD) to begin harvesting from.' |
79 | 79 | ) |
80 | 80 | ->addOption( |
81 | 81 | 'until', |
82 | - null, |
|
82 | + NULL, |
|
83 | 83 | InputOption::VALUE_OPTIONAL, |
84 | 84 | 'Datestamp (YYYY-MM-DD) to end harvesting on.' |
85 | 85 | ) |
86 | 86 | ->addOption( |
87 | 87 | 'set', |
88 | - null, |
|
88 | + NULL, |
|
89 | 89 | InputOption::VALUE_OPTIONAL, |
90 | 90 | 'Name of the set to limit harvesting to.' |
91 | 91 | ); |
@@ -103,7 +103,7 @@ discard block |
||
103 | 103 | */ |
104 | 104 | protected function execute(InputInterface $input, OutputInterface $output): int |
105 | 105 | { |
106 | - $dryRun = $input->getOption('dry-run') != false ? true : false; |
|
106 | + $dryRun = $input->getOption('dry-run') != FALSE ? TRUE : FALSE; |
|
107 | 107 | |
108 | 108 | $io = new SymfonyStyle($input, $output); |
109 | 109 | $io->title($this->getDescription()); |
@@ -171,7 +171,7 @@ discard block |
||
171 | 171 | ) { |
172 | 172 | $from = new \DateTime($input->getOption('from')); |
173 | 173 | } else { |
174 | - $from = null; |
|
174 | + $from = NULL; |
|
175 | 175 | } |
176 | 176 | |
177 | 177 | if ( |
@@ -180,10 +180,10 @@ discard block |
||
180 | 180 | ) { |
181 | 181 | $until = new \DateTime($input->getOption('until')); |
182 | 182 | } else { |
183 | - $until = null; |
|
183 | + $until = NULL; |
|
184 | 184 | } |
185 | 185 | |
186 | - $set = null; |
|
186 | + $set = NULL; |
|
187 | 187 | if ( |
188 | 188 | !is_array($input->getOption('set')) |
189 | 189 | && !empty($input->getOption('set')) |
@@ -225,10 +225,10 @@ discard block |
||
225 | 225 | ]; |
226 | 226 | $docLocation = $baseLocation . http_build_query($params); |
227 | 227 | // ...index the document... |
228 | - $document = null; |
|
229 | - $doc = AbstractDocument::getInstance($docLocation, ['storagePid' => $this->storagePid], true); |
|
228 | + $document = NULL; |
|
229 | + $doc = AbstractDocument::getInstance($docLocation, ['storagePid' => $this->storagePid], TRUE); |
|
230 | 230 | |
231 | - if ($doc === null) { |
|
231 | + if ($doc === NULL) { |
|
232 | 232 | $io->warning('WARNING: Document "' . $docLocation . '" could not be loaded. Skip to next document.'); |
233 | 233 | continue; |
234 | 234 | } |
@@ -237,7 +237,7 @@ discard block |
||
237 | 237 | $document = $this->documentRepository->findOneByRecordId($doc->recordId); |
238 | 238 | } |
239 | 239 | |
240 | - if ($document === null) { |
|
240 | + if ($document === NULL) { |
|
241 | 241 | // create new Document object |
242 | 242 | $document = GeneralUtility::makeInstance(Document::class); |
243 | 243 | } |
@@ -111,7 +111,7 @@ discard block |
||
111 | 111 | $this->initializeRepositories((int) $input->getOption('pid')); |
112 | 112 | |
113 | 113 | if ($this->storagePid == 0) { |
114 | - $io->error('ERROR: No valid PID (' . $this->storagePid . ') given.'); |
|
114 | + $io->error('ERROR: No valid PID ('.$this->storagePid.') given.'); |
|
115 | 115 | return BaseCommand::FAILURE; |
116 | 116 | } |
117 | 117 | |
@@ -129,13 +129,13 @@ discard block |
||
129 | 129 | if (empty($solrCoreUid) || !in_array($solrCoreUid, $allSolrCores)) { |
130 | 130 | $outputSolrCores = []; |
131 | 131 | foreach ($allSolrCores as $indexName => $uid) { |
132 | - $outputSolrCores[] = $uid . ' : ' . $indexName; |
|
132 | + $outputSolrCores[] = $uid.' : '.$indexName; |
|
133 | 133 | } |
134 | 134 | if (empty($outputSolrCores)) { |
135 | - $io->error('ERROR: No valid Solr core ("' . $input->getOption('solr') . '") given. No valid cores found on PID ' . $this->storagePid . ".\n"); |
|
135 | + $io->error('ERROR: No valid Solr core ("'.$input->getOption('solr').'") given. No valid cores found on PID '.$this->storagePid.".\n"); |
|
136 | 136 | return BaseCommand::FAILURE; |
137 | 137 | } else { |
138 | - $io->error('ERROR: No valid Solr core ("' . $input->getOption('solr') . '") given. ' . "Valid cores are (<uid>:<index_name>):\n" . implode("\n", $outputSolrCores) . "\n"); |
|
138 | + $io->error('ERROR: No valid Solr core ("'.$input->getOption('solr').'") given. '."Valid cores are (<uid>:<index_name>):\n".implode("\n", $outputSolrCores)."\n"); |
|
139 | 139 | return BaseCommand::FAILURE; |
140 | 140 | } |
141 | 141 | } |
@@ -155,7 +155,7 @@ discard block |
||
155 | 155 | return BaseCommand::FAILURE; |
156 | 156 | } |
157 | 157 | if (!GeneralUtility::isValidUrl($baseUrl)) { |
158 | - $io->error('ERROR: No valid OAI Base URL set for library with given UID ("' . $input->getOption('lib') . '").'); |
|
158 | + $io->error('ERROR: No valid OAI Base URL set for library with given UID ("'.$input->getOption('lib').'").'); |
|
159 | 159 | return BaseCommand::FAILURE; |
160 | 160 | } else { |
161 | 161 | try { |
@@ -197,7 +197,7 @@ discard block |
||
197 | 197 | } |
198 | 198 | } |
199 | 199 | if (empty($set)) { |
200 | - $io->error('ERROR: OAI interface does not provide a set with given setSpec ("' . $input->getOption('set') . '").'); |
|
200 | + $io->error('ERROR: OAI interface does not provide a set with given setSpec ("'.$input->getOption('set').'").'); |
|
201 | 201 | return BaseCommand::FAILURE; |
202 | 202 | } |
203 | 203 | } |
@@ -215,7 +215,7 @@ discard block |
||
215 | 215 | } |
216 | 216 | |
217 | 217 | // Process all identifiers. |
218 | - $baseLocation = $baseUrl . (parse_url($baseUrl, PHP_URL_QUERY) ? '&' : '?'); |
|
218 | + $baseLocation = $baseUrl.(parse_url($baseUrl, PHP_URL_QUERY) ? '&' : '?'); |
|
219 | 219 | foreach ($identifiers as $identifier) { |
220 | 220 | // Build OAI GetRecord URL... |
221 | 221 | $params = [ |
@@ -223,13 +223,13 @@ discard block |
||
223 | 223 | 'metadataPrefix' => 'mets', |
224 | 224 | 'identifier' => (string) $identifier->identifier |
225 | 225 | ]; |
226 | - $docLocation = $baseLocation . http_build_query($params); |
|
226 | + $docLocation = $baseLocation.http_build_query($params); |
|
227 | 227 | // ...index the document... |
228 | 228 | $document = null; |
229 | 229 | $doc = AbstractDocument::getInstance($docLocation, ['storagePid' => $this->storagePid], true); |
230 | 230 | |
231 | 231 | if ($doc === null) { |
232 | - $io->warning('WARNING: Document "' . $docLocation . '" could not be loaded. Skip to next document.'); |
|
232 | + $io->warning('WARNING: Document "'.$docLocation.'" could not be loaded. Skip to next document.'); |
|
233 | 233 | continue; |
234 | 234 | } |
235 | 235 | |
@@ -246,10 +246,10 @@ discard block |
||
246 | 246 | $document->setSolrcore($solrCoreUid); |
247 | 247 | |
248 | 248 | if ($dryRun) { |
249 | - $io->writeln('DRY RUN: Would index ' . $document->getUid() . ' ("' . $document->getLocation() . '") on PID ' . $this->storagePid . ' and Solr core ' . $solrCoreUid . '.'); |
|
249 | + $io->writeln('DRY RUN: Would index '.$document->getUid().' ("'.$document->getLocation().'") on PID '.$this->storagePid.' and Solr core '.$solrCoreUid.'.'); |
|
250 | 250 | } else { |
251 | 251 | if ($io->isVerbose()) { |
252 | - $io->writeln(date('Y-m-d H:i:s') . ' Indexing ' . $document->getUid() . ' ("' . $document->getLocation() . '") on PID ' . $this->storagePid . ' and Solr core ' . $solrCoreUid . '.'); |
|
252 | + $io->writeln(date('Y-m-d H:i:s').' Indexing '.$document->getUid().' ("'.$document->getLocation().'") on PID '.$this->storagePid.' and Solr core '.$solrCoreUid.'.'); |
|
253 | 253 | } |
254 | 254 | $document->setCurrentDocument($doc); |
255 | 255 | // save to database |
@@ -276,6 +276,6 @@ discard block |
||
276 | 276 | */ |
277 | 277 | protected function handleOaiError(BaseoaipmhException $exception, SymfonyStyle $io): void |
278 | 278 | { |
279 | - $io->error('ERROR: Trying to retrieve data from OAI interface resulted in error:' . "\n " . $exception->getMessage()); |
|
279 | + $io->error('ERROR: Trying to retrieve data from OAI interface resulted in error:'."\n ".$exception->getMessage()); |
|
280 | 280 | } |
281 | 281 | } |
@@ -31,8 +31,7 @@ |
||
31 | 31 | * |
32 | 32 | * @access public |
33 | 33 | */ |
34 | -class IndexCommand extends BaseCommand |
|
35 | -{ |
|
34 | +class IndexCommand extends BaseCommand { |
|
36 | 35 | |
37 | 36 | /** |
38 | 37 | * Configure the command by defining the name, options and arguments |
@@ -48,7 +48,7 @@ discard block |
||
48 | 48 | ->setHelp('') |
49 | 49 | ->addOption( |
50 | 50 | 'dry-run', |
51 | - null, |
|
51 | + NULL, |
|
52 | 52 | InputOption::VALUE_NONE, |
53 | 53 | 'If this option is set, the files will not actually be processed but the location URI is shown.' |
54 | 54 | ) |
@@ -90,7 +90,7 @@ discard block |
||
90 | 90 | */ |
91 | 91 | protected function execute(InputInterface $input, OutputInterface $output): int |
92 | 92 | { |
93 | - $dryRun = $input->getOption('dry-run') != false ? true : false; |
|
93 | + $dryRun = $input->getOption('dry-run') != FALSE ? TRUE : FALSE; |
|
94 | 94 | |
95 | 95 | $io = new SymfonyStyle($input, $output); |
96 | 96 | $io->title($this->getDescription()); |
@@ -147,31 +147,31 @@ discard block |
||
147 | 147 | $this->owner = $this->libraryRepository->findOneByIndexName((string) $input->getOption('owner')); |
148 | 148 | } |
149 | 149 | } else { |
150 | - $this->owner = null; |
|
150 | + $this->owner = NULL; |
|
151 | 151 | } |
152 | 152 | |
153 | - $document = null; |
|
154 | - $doc = null; |
|
153 | + $document = NULL; |
|
154 | + $doc = NULL; |
|
155 | 155 | |
156 | 156 | // Try to find existing document in database |
157 | 157 | if (MathUtility::canBeInterpretedAsInteger($input->getOption('doc'))) { |
158 | 158 | |
159 | 159 | $document = $this->documentRepository->findByUid($input->getOption('doc')); |
160 | 160 | |
161 | - if ($document === null) { |
|
161 | + if ($document === NULL) { |
|
162 | 162 | $io->error('ERROR: Document with UID "' . $input->getOption('doc') . '" could not be found on PID ' . $this->storagePid . ' .'); |
163 | 163 | exit(1); |
164 | 164 | } else { |
165 | - $doc = AbstractDocument::getInstance($document->getLocation(), ['storagePid' => $this->storagePid], true); |
|
165 | + $doc = AbstractDocument::getInstance($document->getLocation(), ['storagePid' => $this->storagePid], TRUE); |
|
166 | 166 | } |
167 | 167 | |
168 | 168 | } else if (GeneralUtility::isValidUrl($input->getOption('doc'))) { |
169 | - $doc = AbstractDocument::getInstance($input->getOption('doc'), ['storagePid' => $this->storagePid], true); |
|
169 | + $doc = AbstractDocument::getInstance($input->getOption('doc'), ['storagePid' => $this->storagePid], TRUE); |
|
170 | 170 | |
171 | 171 | $document = $this->getDocumentFromUrl($doc, $input->getOption('doc')); |
172 | 172 | } |
173 | 173 | |
174 | - if ($doc === null) { |
|
174 | + if ($doc === NULL) { |
|
175 | 175 | $io->error('ERROR: Document "' . $input->getOption('doc') . '" could not be loaded.'); |
176 | 176 | return BaseCommand::FAILURE; |
177 | 177 | } |
@@ -208,7 +208,7 @@ discard block |
||
208 | 208 | */ |
209 | 209 | private function getDocumentFromUrl($doc, string $url): Document |
210 | 210 | { |
211 | - $document = null; |
|
211 | + $document = NULL; |
|
212 | 212 | |
213 | 213 | if ($doc->recordId) { |
214 | 214 | $document = $this->documentRepository->findOneByRecordId($doc->recordId); |
@@ -216,7 +216,7 @@ discard block |
||
216 | 216 | $document = $this->documentRepository->findOneByLocation($url); |
217 | 217 | } |
218 | 218 | |
219 | - if ($document === null) { |
|
219 | + if ($document === NULL) { |
|
220 | 220 | // create new Document object |
221 | 221 | $document = GeneralUtility::makeInstance(Document::class); |
222 | 222 | } |
@@ -98,7 +98,7 @@ discard block |
||
98 | 98 | $this->initializeRepositories((int) $input->getOption('pid')); |
99 | 99 | |
100 | 100 | if ($this->storagePid == 0) { |
101 | - $io->error('ERROR: No valid PID (' . $this->storagePid . ') given.'); |
|
101 | + $io->error('ERROR: No valid PID ('.$this->storagePid.') given.'); |
|
102 | 102 | return BaseCommand::FAILURE; |
103 | 103 | } |
104 | 104 | |
@@ -113,13 +113,13 @@ discard block |
||
113 | 113 | if (empty($solrCoreUid) || !in_array($solrCoreUid, $allSolrCores)) { |
114 | 114 | $outputSolrCores = []; |
115 | 115 | foreach ($allSolrCores as $indexName => $uid) { |
116 | - $outputSolrCores[] = $uid . ' : ' . $indexName; |
|
116 | + $outputSolrCores[] = $uid.' : '.$indexName; |
|
117 | 117 | } |
118 | 118 | if (empty($outputSolrCores)) { |
119 | - $io->error('ERROR: No valid Solr core ("' . $input->getOption('solr') . '") given. No valid cores found on PID ' . $this->storagePid . ".\n"); |
|
119 | + $io->error('ERROR: No valid Solr core ("'.$input->getOption('solr').'") given. No valid cores found on PID '.$this->storagePid.".\n"); |
|
120 | 120 | return BaseCommand::FAILURE; |
121 | 121 | } else { |
122 | - $io->error('ERROR: No valid Solr core ("' . $input->getOption('solr') . '") given. ' . "Valid cores are (<uid>:<index_name>):\n" . implode("\n", $outputSolrCores) . "\n"); |
|
122 | + $io->error('ERROR: No valid Solr core ("'.$input->getOption('solr').'") given. '."Valid cores are (<uid>:<index_name>):\n".implode("\n", $outputSolrCores)."\n"); |
|
123 | 123 | return BaseCommand::FAILURE; |
124 | 124 | } |
125 | 125 | } |
@@ -159,7 +159,7 @@ discard block |
||
159 | 159 | $document = $this->documentRepository->findByUid($input->getOption('doc')); |
160 | 160 | |
161 | 161 | if ($document === null) { |
162 | - $io->error('ERROR: Document with UID "' . $input->getOption('doc') . '" could not be found on PID ' . $this->storagePid . ' .'); |
|
162 | + $io->error('ERROR: Document with UID "'.$input->getOption('doc').'" could not be found on PID '.$this->storagePid.' .'); |
|
163 | 163 | exit(1); |
164 | 164 | } else { |
165 | 165 | $doc = AbstractDocument::getInstance($document->getLocation(), ['storagePid' => $this->storagePid], true); |
@@ -172,31 +172,31 @@ discard block |
||
172 | 172 | } |
173 | 173 | |
174 | 174 | if ($doc === null) { |
175 | - $io->error('ERROR: Document "' . $input->getOption('doc') . '" could not be loaded.'); |
|
175 | + $io->error('ERROR: Document "'.$input->getOption('doc').'" could not be loaded.'); |
|
176 | 176 | return BaseCommand::FAILURE; |
177 | 177 | } |
178 | 178 | |
179 | 179 | $document->setSolrcore($solrCoreUid); |
180 | 180 | |
181 | 181 | if ($dryRun) { |
182 | - $io->section('DRY RUN: Would index ' . $document->getUid() . ' ("' . $document->getLocation() . '") on PID ' . $this->storagePid . ' and Solr core ' . $solrCoreUid . '.'); |
|
182 | + $io->section('DRY RUN: Would index '.$document->getUid().' ("'.$document->getLocation().'") on PID '.$this->storagePid.' and Solr core '.$solrCoreUid.'.'); |
|
183 | 183 | $io->success('All done!'); |
184 | 184 | return BaseCommand::SUCCESS; |
185 | 185 | } else { |
186 | 186 | $document->setCurrentDocument($doc); |
187 | 187 | |
188 | 188 | if ($io->isVerbose()) { |
189 | - $io->section('Indexing ' . $document->getUid() . ' ("' . $document->getLocation() . '") on PID ' . $this->storagePid . '.'); |
|
189 | + $io->section('Indexing '.$document->getUid().' ("'.$document->getLocation().'") on PID '.$this->storagePid.'.'); |
|
190 | 190 | } |
191 | 191 | $isSaved = $this->saveToDatabase($document); |
192 | 192 | |
193 | 193 | if ($isSaved) { |
194 | 194 | if ($io->isVerbose()) { |
195 | - $io->section('Indexing ' . $document->getUid() . ' ("' . $document->getLocation() . '") on Solr core ' . $solrCoreUid . '.'); |
|
195 | + $io->section('Indexing '.$document->getUid().' ("'.$document->getLocation().'") on Solr core '.$solrCoreUid.'.'); |
|
196 | 196 | } |
197 | 197 | $isSaved = Indexer::add($document, $this->documentRepository); |
198 | 198 | } else { |
199 | - $io->error('ERROR: Document with UID "' . $document->getUid() . '" could not be indexed on PID ' . $this->storagePid . ' . There are missing mandatory fields (at least one of those: ' . $this->extConf['requiredMetadataFields'] . ') in this document.'); |
|
199 | + $io->error('ERROR: Document with UID "'.$document->getUid().'" could not be indexed on PID '.$this->storagePid.' . There are missing mandatory fields (at least one of those: '.$this->extConf['requiredMetadataFields'].') in this document.'); |
|
200 | 200 | return BaseCommand::FAILURE; |
201 | 201 | } |
202 | 202 | |
@@ -205,8 +205,8 @@ discard block |
||
205 | 205 | return BaseCommand::SUCCESS; |
206 | 206 | } |
207 | 207 | |
208 | - $io->error('ERROR: Document with UID "' . $document->getUid() . '" could not be indexed on Solr core ' . $solrCoreUid . ' . There are missing mandatory fields (at least one of those: ' . $this->extConf['requiredMetadataFields'] . ') in this document.'); |
|
209 | - $io->info('INFO: Document with UID "' . $document->getUid() . '" is already in database. If you want to keep the database and index consistent you need to remove it.'); |
|
208 | + $io->error('ERROR: Document with UID "'.$document->getUid().'" could not be indexed on Solr core '.$solrCoreUid.' . There are missing mandatory fields (at least one of those: '.$this->extConf['requiredMetadataFields'].') in this document.'); |
|
209 | + $io->info('INFO: Document with UID "'.$document->getUid().'" is already in database. If you want to keep the database and index consistent you need to remove it.'); |
|
210 | 210 | return BaseCommand::FAILURE; |
211 | 211 | } |
212 | 212 | } |
@@ -22,7 +22,6 @@ |
||
22 | 22 | * |
23 | 23 | * @access public |
24 | 24 | */ |
25 | -class StructureRepository extends Repository |
|
26 | -{ |
|
25 | +class StructureRepository extends Repository { |
|
27 | 26 | |
28 | 27 | } |
@@ -22,7 +22,6 @@ |
||
22 | 22 | * |
23 | 23 | * @access public |
24 | 24 | */ |
25 | -class FormatRepository extends Repository |
|
26 | -{ |
|
25 | +class FormatRepository extends Repository { |
|
27 | 26 | |
28 | 27 | } |
@@ -22,8 +22,7 @@ |
||
22 | 22 | * |
23 | 23 | * @access public |
24 | 24 | */ |
25 | -class TokenRepository extends Repository |
|
26 | -{ |
|
25 | +class TokenRepository extends Repository { |
|
27 | 26 | /** |
28 | 27 | * Delete all expired token |
29 | 28 | * |
@@ -22,7 +22,6 @@ |
||
22 | 22 | * |
23 | 23 | * @access public |
24 | 24 | */ |
25 | -class SolrCoreRepository extends Repository |
|
26 | -{ |
|
25 | +class SolrCoreRepository extends Repository { |
|
27 | 26 | |
28 | 27 | } |