36 $this->db = $DIC->database();
45 protected function setObjId(
int $a_obj_id): void
47 $this->obj_id = $a_obj_id;
72 protected function read(): void
78 "SELECT spr.profile_id, spr.role_id, sp.title, sp.skill_tree_id " .
79 " FROM skl_profile_role spr INNER JOIN skl_profile sp ON spr.profile_id = sp.id " .
80 " WHERE sp.ref_id <> 0 " .
81 " AND role_id = " . $db->
quote($this->getMemberRoleId(),
"integer")
84 $this->profiles[$rec[
"profile_id"]] = $rec;
fetchAssoc(ilDBStatement $statement)
static _getAllReferences(int $id)
get all reference ids for object ID
quote($value, string $type)
static getDefaultMemberRole(int $a_ref_id)
query(string $query)
Run a (read-only) Query on the database.
__construct(int $a_obj_id)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...