ILIAS
release_8 Revision v8.19
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Public Member Functions | |
getId () | |
Get the ILIAS object id of the leaf. More... | |
getRefId () | |
Get the ILIAS reference id of the leaf. More... | |
createReference () | |
Create a reference id for this object. More... | |
putInTree (int $a_ref_id) | |
Put the leaf object in the repository tree under object identified by $a_ref_id. More... | |
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning The interface a class has to fullfill if it should be used as leaf in a program.
ATTENTION: This serves documentary purpose atm. These are the methods on the leaf objects that are really used by the StudyProgramme. Maybe some day this could be tagged on ilCourseReference and other objects.
Definition at line 32 of file interface.ilStudyProgrammeLeaf.php.
ilStudyProgrammeLeaf::createReference | ( | ) |
Create a reference id for this object.
ilStudyProgrammeLeaf::getId | ( | ) |
Get the ILIAS object id of the leaf.
ilStudyProgrammeLeaf::getRefId | ( | ) |
Get the ILIAS reference id of the leaf.
ilStudyProgrammeLeaf::putInTree | ( | int | $a_ref_id | ) |
Put the leaf object in the repository tree under object identified by $a_ref_id.