ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
ILIAS\Course\Certificate\CertificateParticipantsHelper Class Reference
+ Collaboration diagram for ILIAS\Course\Certificate\CertificateParticipantsHelper:

Public Member Functions

 getDateTimeOfPassed (int $objectId, int $userId)
 

Detailed Description

Member Function Documentation

◆ getDateTimeOfPassed()

ILIAS\Course\Certificate\CertificateParticipantsHelper::getDateTimeOfPassed ( int  $objectId,
int  $userId 
)

Definition at line 30 of file CertificateParticipantsHelper.php.

30 : string
31 {
32 return ilCourseParticipants::getDateTimeOfPassed($objectId, $userId);
33 }
static getDateTimeOfPassed(int $a_obj_id, int $a_usr_id)

References ilCourseParticipants\getDateTimeOfPassed().

+ Here is the call graph for this function:

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