ILIAS  release_7 Revision v7.30-3-g800a261c036
class.ilAdvancedMDRecords.php
Go to the documentation of this file.
1<?php
2
3/* Copyright (c) 1998-2013 ILIAS open source, Extended GPL, see docs/LICENSE */
4
11{
15 private $db;
16
17 public function __construct()
18 {
19 global $DIC;
20
21 $this->db = $DIC->database();
22 }
23
29 public function getActiveRecordsByObjId(int $obj_id, string $sub_type = '') : array
30 {
31 }
32}
An exception for terminatinating execution or to throw for unit testing.
getActiveRecordsByObjId(int $obj_id, string $sub_type='')
global $DIC
Definition: goto.php:24