ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
All Data Structures Namespaces Files Functions Variables Modules Pages
ilBiblDataFactory Class Reference

Class ilBiblDataFactory. More...

+ Inheritance diagram for ilBiblDataFactory:
+ Collaboration diagram for ilBiblDataFactory:

Public Member Functions

 getIlBiblDataById ($id)
 

Detailed Description

Member Function Documentation

◆ getIlBiblDataById()

ilBiblDataFactory::getIlBiblDataById (   $id)
Parameters
integer$id
Returns
array ilBiblData Record

Implements ilBiblDataFactoryInterface.

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

References ActiveRecord\where().

11  {
12  return ilBiblData::where(["id" => $id])->first();
13  }
static where($where, $operator=null)
+ Here is the call graph for this function:

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