ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
All Data Structures Namespaces Files Functions Variables Modules Pages
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: