ILIAS
release_10 Revision v10.1-43-ga1241a92c2f
◀ 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 Wed Sep 10 2025 15:15:22 for ILIAS by
1.8.13 (using
Doxyfile
)