ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
The interface a class has to fullfill if it should be used as leaf in a program. 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 ($a_ref_id) | |
Put the leaf object in the repository tree under object identified by $a_ref_id. More... | |
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 16 of file interface.ilStudyProgrammeLeaf.php.
ilStudyProgrammeLeaf::createReference | ( | ) |
Create a reference id for this object.
ilStudyProgrammeLeaf::getId | ( | ) |
Get the ILIAS object id of the leaf.
Referenced by ilStudyProgrammeLeafMock\markCompletedFor().
ilStudyProgrammeLeaf::getRefId | ( | ) |
Get the ILIAS reference id of the leaf.
ilStudyProgrammeLeaf::putInTree | ( | $a_ref_id | ) |
Put the leaf object in the repository tree under object identified by $a_ref_id.
int | $a_ref_id |