32     private function getAllOverviewModels(): array
    34         if (self::$models !== []) {
    41         $overviewModelsArray = array();
    42         foreach ($overviewModels as $model) {
    43             if ($model->getLiteratureType()) {
    44                 $overviewModelsArray[$model->getFileTypeId()][$model->getLiteratureType()] = $model->getPattern();
    46                 $overviewModelsArray[$model->getFileTypeId()] = $model->getPattern();
    49         self::$models = $overviewModelsArray;
    51         return $overviewModelsArray;
    60         $models = $this->getAllOverviewModels();
 
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...
 
$id
plugin.php for ilComponentBuildPluginInfoObjectiveTest::testAddPlugins 
 
getAllOverviewModelsByType(ilBiblTypeInterface $type)
 
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...