3 declare(strict_types=1);
29 $this->tree = $DIC[
'tree'];
40 parent::putInTree($a_parent_ref);
44 $par->nodeInserted($this);
50 $parent_data = $this->tree->getParentNodeData($this->
getRefId());
51 if ($parent_data[
"type"] ===
"prg" && !$parent_data[
"deleted"]) {
59 if (is_null($this->referenced_object)) {
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 getInstanceByRefId($ref_id)
putInTree(int $a_parent_ref)
Overwritten from ilObject.
__construct(int $id=0, bool $call_by_reference=true)
ilObjStudyProgramme $referenced_object
__construct(Container $dic, ilPlugin $plugin)
static _lookupType(int $id, bool $reference=false)