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

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

+ Inheritance diagram for PRGPlaceholderMock:
+ Collaboration diagram for PRGPlaceholderMock:

Public Member Functions

 __construct ()
 
 getRelevantProgress (array $assignments)
 
- Public Member Functions inherited from ilStudyProgrammePlaceholderValues
 __construct (?ilDefaultPlaceholderValues $defaultPlaceholderValues=null, ?ilLanguage $language=null, ?ilCertificateObjectHelper $objectHelper=null, ?ilCertificateParticipantsHelper $participantsHelper=null, ?ilCertificateUtilHelper $ilUtilHelper=null)
 
 getPlaceholderValues (int $userId, int $objId)
 This method MUST return an array that contains the actual data for the given user of the given object. More...
 
 getPlaceholderValuesForPreview (int $userId, int $objId)
 This method is different then the 'getPlaceholderValues' method, this method is used to create a placeholder value array containing dummy values that is used to create a preview certificate. More...
 

Additional Inherited Members

- Protected Member Functions inherited from ilStudyProgrammePlaceholderValues
 getRelevantProgressFromAssignments (array $assignments)
 
 getLatestSuccessfulAssignment (array $assignments)
 

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

Definition at line 21 of file ilObjStudyProgrammeCertificateTest.php.

Constructor & Destructor Documentation

◆ __construct()

PRGPlaceholderMock::__construct ( )

Definition at line 23 of file ilObjStudyProgrammeCertificateTest.php.

24  {
25  }

Member Function Documentation

◆ getRelevantProgress()

PRGPlaceholderMock::getRelevantProgress ( array  $assignments)

Definition at line 27 of file ilObjStudyProgrammeCertificateTest.php.

References ilStudyProgrammePlaceholderValues\getRelevantProgressFromAssignments().

28  {
29  return $this->getRelevantProgressFromAssignments($assignments);
30  }
+ Here is the call graph for this function:

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