ILIAS  release_8 Revision v8.19
All Data Structures Namespaces Files Functions Variables Modules Pages
ilBiblDataFactory 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 ilBiblDataFactory:
+ Collaboration diagram for ilBiblDataFactory:

Public Member Functions

 getIlBiblDataById (int $id)
 PhpIncompatibleReturnTypeInspection More...
 

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 ilBiblDataFactory

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

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

Member Function Documentation

◆ getIlBiblDataById()

ilBiblDataFactory::getIlBiblDataById ( int  $id)

PhpIncompatibleReturnTypeInspection

Implements ilBiblDataFactoryInterface.

Definition at line 26 of file class.ilBiblDataFactory.php.

References ActiveRecord\where().

26  : ?ilBiblData
27  {
28  return ilBiblData::where(["id" => $id])->first();
29  }
static where($where, $operator=null)
Class ilBiblData.
$id
plugin.php for ilComponentBuildPluginInfoObjectiveTest::testAddPlugins
Definition: plugin.php:23
+ Here is the call graph for this function:

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