ILIAS  release_7 Revision v7.30-3-g800a261c036
ilAdvancedMDRecords Class Reference
+ Collaboration diagram for ilAdvancedMDRecords:

Public Member Functions

 __construct ()
 
 getActiveRecordsByObjId (int $obj_id, string $sub_type='')
 

Private Attributes

 $db
 

Detailed Description

Author
Stefan Meyer meyer.nosp@m.@lei.nosp@m.fos.c.nosp@m.om

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

Constructor & Destructor Documentation

◆ __construct()

ilAdvancedMDRecords::__construct ( )

Definition at line 17 of file class.ilAdvancedMDRecords.php.

References $DIC.

18  {
19  global $DIC;
20 
21  $this->db = $DIC->database();
22  }
global $DIC
Definition: goto.php:24

Member Function Documentation

◆ getActiveRecordsByObjId()

ilAdvancedMDRecords::getActiveRecordsByObjId ( int  $obj_id,
string  $sub_type = '' 
)
Parameters
int$obj_id
string$sub_type
Returns
ilAdvancedMDRecord[]

Definition at line 29 of file class.ilAdvancedMDRecords.php.

29  : array
30  {
31  }

Field Documentation

◆ $db

ilAdvancedMDRecords::$db
private

Definition at line 15 of file class.ilAdvancedMDRecords.php.


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