19 declare(strict_types=1);
32 $ilDB = $DIC->database();
34 $query =
"SELECT * FROM skl_tree_node WHERE obj_id = " .
35 $ilDB->quote($a_id,
"integer");
36 $obj_set =
$ilDB->query($query);
37 $obj_rec =
$ilDB->fetchAssoc($obj_set);
38 $obj_id = (
int) $obj_rec[
"obj_id"];
41 switch ($obj_rec[
"type"]) {
45 $obj->setDataRecord($obj_rec);
52 $obj->setDataRecord($obj_rec);
59 $obj->setDataRecord($obj_rec);
66 $obj->setDataRecord($obj_rec);
73 $obj->setDataRecord($obj_rec);
80 $obj->setDataRecord($obj_rec);
Skill Template Reference.
Factory for skill tree nodes.
static getInstance(int $a_id=0)
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
A node in the skill tree.