3 declare(strict_types=1);
    33         $ilDB = $DIC->database();
    35         $query = 
"SELECT * FROM skl_tree_node WHERE obj_id = " .
    36             $ilDB->quote($a_id, 
"integer");
    37         $obj_set = 
$ilDB->query($query);
    38         $obj_rec = 
$ilDB->fetchAssoc($obj_set);
    39         $obj_id = (
int) $obj_rec[
"obj_id"];
    42         switch ($obj_rec[
"type"]) {
    46                 $obj->setDataRecord($obj_rec);
    53                 $obj->setDataRecord($obj_rec);
    60                 $obj->setDataRecord($obj_rec);
    67                 $obj->setDataRecord($obj_rec);
    74                 $obj->setDataRecord($obj_rec);
    81                 $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...