ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
◀ 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:29
ILIAS\Course\Certificate\CertificateParticipantsHelper\getDateTimeOfPassed
getDateTimeOfPassed(int $objectId, int $userId)
Definition:
CertificateParticipantsHelper.php:30
ilCourseParticipants
Definition:
class.ilCourseParticipants.php:25
ilCourseParticipants\getDateTimeOfPassed
static getDateTimeOfPassed(int $a_obj_id, int $a_usr_id)
Definition:
class.ilCourseParticipants.php:310
ILIAS\Course\Certificate
Definition:
CertificateCourseLearningProgressEvaluation.php:21
components
ILIAS
Course
classes
Certificate
CertificateParticipantsHelper.php
Generated on Sat Oct 18 2025 23:02:52 for ILIAS by
1.9.4 (using
Doxyfile
)