ILIAS  release_5-1 Revision 5.0.0-5477-g43f3e3fab5f
interface.ilStudyProgrammeLeaf.php
Go to the documentation of this file.
1<?php
2
3/* Copyright (c) 2015 Richard Klees <richard.klees@concepts-and-training.de> Extended GPL, see docs/LICENSE */
4
22 public function getId();
23
29 public function getRefId();
30
34 public function createReference();
35
42 public function putInTree($a_ref_id);
43}
44
45?>
The interface a class has to fullfill if it should be used as leaf in a program.
getId()
Get the ILIAS object id of the leaf.
getRefId()
Get the ILIAS reference id of the leaf.
putInTree($a_ref_id)
Put the leaf object in the repository tree under object identified by $a_ref_id.
createReference()
Create a reference id for this object.