ILIAS  release_8 Revision v8.24
ilBiblOverviewModelFactory Class Reference

This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...

+ Inheritance diagram for ilBiblOverviewModelFactory:
+ Collaboration diagram for ilBiblOverviewModelFactory:

Public Member Functions

 getAllOverviewModelsByType (ilBiblTypeInterface $type)
 @inheritDoc More...
 
 getAllOverviewModelsByType (ilBiblTypeInterface $type)
 

Static Protected Attributes

static array $models = []
 

Detailed Description

This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.

ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.

If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning Class ilBiblOverviewModelFactory

Author
: Benjamin Seglias bs@st.nosp@m.uder.nosp@m.-raim.nosp@m.ann..nosp@m.ch

Definition at line 23 of file class.ilBiblOverviewModelFactory.php.

Member Function Documentation

◆ getAllOverviewModelsByType()

ilBiblOverviewModelFactory::getAllOverviewModelsByType ( ilBiblTypeInterface  $type)

@inheritDoc

Implements ilBiblOverviewModelFactoryInterface.

Definition at line 58 of file class.ilBiblOverviewModelFactory.php.

58 : array
59 {
60 $models = $this->getAllOverviewModels();
61
62 $id = $type->getId();
63
64 return $models[$id];
65 }
$id
plugin.php for ilComponentBuildPluginInfoObjectiveTest::testAddPlugins
Definition: plugin.php:23
$type

References $id, $models, and $type.

Field Documentation

◆ $models

array ilBiblOverviewModelFactory::$models = []
staticprotected

Definition at line 25 of file class.ilBiblOverviewModelFactory.php.

Referenced by getAllOverviewModelsByType().


The documentation for this class was generated from the following file: