ILIAS  trunk Revision v11.0_alpha-1749-g1a06bdef097
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
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)
 

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)

Implements ilBiblOverviewModelFactoryInterface.

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

References $id, and ilBiblTypeInterface\getId().

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
+ Here is the call graph for this function:

Field Documentation

◆ $models

array ilBiblOverviewModelFactory::$models = []
staticprotected

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


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