ILIAS  release_8 Revision v8.19
All Data Structures Namespaces Files Functions Variables Modules Pages
ilStudyProgrammeContainerObjectMock Class 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 ilStudyProgrammeContainerObjectMock:

Public Member Functions

 __construct (ilObject $object)
 

Data Fields

ilObject $object
 

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 Class ilStudyProgrammeContainerObjectMock

This object is required to make the ilObjCourseReferenceListGUI work correctly.

Definition at line 26 of file class.ilStudyProgrammeContainerObjectMock.php.

Constructor & Destructor Documentation

◆ __construct()

ilStudyProgrammeContainerObjectMock::__construct ( ilObject  $object)

Definition at line 30 of file class.ilStudyProgrammeContainerObjectMock.php.

References $object.

31  {
32  $this->object = $object;
33  }

Field Documentation

◆ $object

ilObject ilStudyProgrammeContainerObjectMock::$object

Definition at line 28 of file class.ilStudyProgrammeContainerObjectMock.php.

Referenced by __construct().


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