ILIAS
trunk Revision v11.0_alpha-2638-g80c1d007f79
◀ ilDoc Overview
CertificateParticipantsHelper.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\Course\Certificate
;
22
23
use
ilCourseParticipants
;
24
28
class
CertificateParticipantsHelper
29
{
30
public
function
getDateTimeOfPassed
(
int
$objectId,
int
$userId): string
31
{
32
return
ilCourseParticipants::getDateTimeOfPassed
($objectId, $userId);
33
}
34
}
ILIAS\Course\Certificate\CertificateParticipantsHelper
Definition:
CertificateParticipantsHelper.php:28
ilCourseParticipants\getDateTimeOfPassed
static getDateTimeOfPassed(int $a_obj_id, int $a_usr_id)
Definition:
class.ilCourseParticipants.php:310
ILIAS\Course\Certificate
Definition:
CertificateCourseLearningProgressEvaluation.php:21
ilCourseParticipants
ILIAS\Course\Certificate\CertificateParticipantsHelper\getDateTimeOfPassed
getDateTimeOfPassed(int $objectId, int $userId)
Definition:
CertificateParticipantsHelper.php:30
components
ILIAS
Course
classes
Certificate
CertificateParticipantsHelper.php
Generated on Sun Aug 31 2025 23:02:41 for ILIAS by
1.8.13 (using
Doxyfile
)