31 $ilDB = $DIC->database();
33 $query =
"SELECT * FROM skl_tree_node WHERE obj_id = " .
34 $ilDB->quote($a_id,
"integer");
36 $obj_rec =
$ilDB->fetchAssoc($obj_set);
39 switch ($obj_rec[
"type"]) {
42 $obj->setId($obj_rec[
"obj_id"]);
43 $obj->setDataRecord($obj_rec);
49 $obj->setId($obj_rec[
"obj_id"]);
50 $obj->setDataRecord($obj_rec);
56 $obj->setId($obj_rec[
"obj_id"]);
57 $obj->setDataRecord($obj_rec);
63 $obj->setId($obj_rec[
"obj_id"]);
64 $obj->setDataRecord($obj_rec);
70 $obj->setId($obj_rec[
"obj_id"]);
71 $obj->setDataRecord($obj_rec);
77 $obj->setId($obj_rec[
"obj_id"]);
78 $obj->setDataRecord($obj_rec);
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
static getInstance(int $a_id=0)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...