ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
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 $id, and ActiveRecord\where().

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

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