◆ __construct()
◆ isPreloaded()
| ilCertificateUserForObjectPreloader::isPreloaded |
( |
int |
$objId, |
|
|
int |
$userId |
|
) |
| |
◆ preLoadDownloadableCertificates()
| ilCertificateUserForObjectPreloader::preLoadDownloadableCertificates |
( |
int |
$objectId | ) |
|
- Parameters
-
| int | $objectId | |
| array | $userIds | |
Definition at line 38 of file class.ilCertificateUserForObjectPreloader.php.
39 {
40 if (true === $this->activeValidator->validate()) {
41 $objectIdsWithUserCertificate = $this->userCertificateRepository->fetchUserIdsWithCertificateForObject($objectId);
43 }
44 }
References $certificates.
◆ $activeValidator
| ilCertificateUserForObjectPreloader::$activeValidator |
|
private |
◆ $certificates
| ilCertificateUserForObjectPreloader::$certificates = array() |
|
staticprivate |
◆ $userCertificateRepository
| ilCertificateUserForObjectPreloader::$userCertificateRepository |
|
private |
The documentation for this class was generated from the following file: