19 require_once
"./Services/Object/classes/class.ilObject.php";
31 public function __construct(
int $a_id = 0,
bool $a_call_by_reference =
true)
40 $ilDB = $DIC->database();
42 if (!parent::update()) {
49 public function read(): void
52 $ilDB = $DIC->database();
57 public function delete():
bool 60 if (!parent::delete()) {
__construct(int $a_id=0, bool $a_call_by_reference=true)
__construct(Container $dic, ilPlugin $plugin)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...