33 private function getAllOverviewModels(): array
35 if (self::$models !== []) {
42 $overviewModelsArray = [];
43 foreach ($overviewModels as $model) {
44 if ($model->getLiteratureType()) {
45 $overviewModelsArray[$model->getFileTypeId()][$model->getLiteratureType()] = $model->getPattern();
47 $overviewModelsArray[$model->getFileTypeId()] = $model->getPattern();
50 self::$models = $overviewModelsArray;
52 return $overviewModelsArray;
61 $models = $this->getAllOverviewModels();
$id
plugin.php for ilComponentBuildPluginInfoObjectiveTest::testAddPlugins
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
getAllOverviewModelsByType(ilBiblTypeInterface $type)
@inheritDoc
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...