ILIAS  release_8 Revision v8.24
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)
 @noinspection PhpIncompatibleReturnTypeInspection More...
 
 getIlBiblDataById (int $id)
 

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)

@noinspection PhpIncompatibleReturnTypeInspection

Implements ilBiblDataFactoryInterface.

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

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

References $id, and ActiveRecord\where().

+ Here is the call graph for this function:

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