ILIAS  release_8 Revision v8.19
All Data Structures Namespaces Files Functions Variables Modules Pages
ilStudyProgrammeLeaf Interface Reference

This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...

+ Collaboration diagram for ilStudyProgrammeLeaf:

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...
 

Detailed Description

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.

Author
: Richard Klees richa.nosp@m.rd.k.nosp@m.lees@.nosp@m.conc.nosp@m.epts-.nosp@m.and-.nosp@m.train.nosp@m.ing..nosp@m.de

Definition at line 32 of file interface.ilStudyProgrammeLeaf.php.

Member Function Documentation

◆ createReference()

ilStudyProgrammeLeaf::createReference ( )

Create a reference id for this object.

◆ getId()

ilStudyProgrammeLeaf::getId ( )

Get the ILIAS object id of the leaf.

◆ getRefId()

ilStudyProgrammeLeaf::getRefId ( )

Get the ILIAS reference id of the leaf.

◆ putInTree()

ilStudyProgrammeLeaf::putInTree ( int  $a_ref_id)

Put the leaf object in the repository tree under object identified by $a_ref_id.


The documentation for this interface was generated from the following file: