ILIAS  trunk Revision v11.0_alpha-2662-g519ff7d528f
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.

References ilCourseParticipants\getDateTimeOfPassed().

30  : string
31  {
32  return ilCourseParticipants::getDateTimeOfPassed($objectId, $userId);
33  }
static getDateTimeOfPassed(int $a_obj_id, int $a_usr_id)
+ Here is the call graph for this function:

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