ILIAS  release_7 Revision v7.30-3-g800a261c036
ilBiblDataFactory Class Reference

Class ilBiblDataFactory. More...

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

Public Member Functions

 getIlBiblDataById ($id)
 
 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.

11 {
12 return ilBiblData::where(["id" => $id])->first();
13 }
static where($where, $operator=null)

References ActiveRecord\where().

+ Here is the call graph for this function:

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