ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
ilCertificateParticipantsHelper Class Reference
+ Collaboration diagram for ilCertificateParticipantsHelper:

Public Member Functions

 getDateTimeOfPassed (int $objectId, int $userId)
 

Detailed Description

Member Function Documentation

◆ getDateTimeOfPassed()

ilCertificateParticipantsHelper::getDateTimeOfPassed ( int  $objectId,
int  $userId 
)
Parameters
int$objectId
int$userId
Returns
string

Definition at line 14 of file ilCertificateParticipantsHelper.php.

References ilCourseParticipants\getDateTimeOfPassed().

14  : string
15  {
16  return (string) ilCourseParticipants::getDateTimeOfPassed($objectId, $userId);
17  }
static getDateTimeOfPassed($a_obj_id, $a_usr_id)
+ Here is the call graph for this function:

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