ILIAS  release_8 Revision v8.19
All Data Structures Namespaces Files Functions Variables Modules Pages
interface.ilStudyProgrammeLeaf.php
Go to the documentation of this file.
1 <?php
2 
3 declare(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...
createReference()
Create a reference id for this object.
getRefId()
Get the ILIAS reference id of the leaf.
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.