ILIAS  release_8 Revision v8.24
interface.ilStudyProgrammeLeaf.php
Go to the documentation of this file.
1<?php
2
3declare(strict_types=1);
4
33{
37 public function getId(): int;
38
42 public function getRefId(): ?int;
43
47 public function createReference(): int;
48
53 public function putInTree(int $a_ref_id);
54}
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
putInTree(int $a_ref_id)
Put the leaf object in the repository tree under object identified by $a_ref_id.
getId()
Get the ILIAS object id of the leaf.
getRefId()
Get the ILIAS reference id of the leaf.
createReference()
Create a reference id for this object.