ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Public Member Functions | |
__construct (ilUserCertificateRepository $userCertificateRepository) | |
ilCertificateObjectsForUserPreloader constructor. More... | |
preLoad (int $userId, array $objIds) | |
isPreloaded (int $userId, int $objId) | |
Private Attributes | |
$userCertificateRepository | |
Static Private Attributes | |
static | $certificates = [] |
Definition at line 7 of file class.ilCertificateObjectsForUserPreloader.php.
ilCertificateObjectsForUserPreloader::__construct | ( | ilUserCertificateRepository | $userCertificateRepository | ) |
ilCertificateObjectsForUserPreloader constructor.
ilUserCertificateRepository | $userCertificateRepository |
Definition at line 19 of file class.ilCertificateObjectsForUserPreloader.php.
References $userCertificateRepository.
ilCertificateObjectsForUserPreloader::isPreloaded | ( | int | $userId, |
int | $objId | ||
) |
int | $userId | |
int | $objId |
Definition at line 50 of file class.ilCertificateObjectsForUserPreloader.php.
References $certificates.
ilCertificateObjectsForUserPreloader::preLoad | ( | int | $userId, |
array | $objIds | ||
) |
int | $userId | |
int[] | $objIds |
Definition at line 28 of file class.ilCertificateObjectsForUserPreloader.php.
References $certificates.
|
staticprivate |
Definition at line 10 of file class.ilCertificateObjectsForUserPreloader.php.
|
private |
Definition at line 13 of file class.ilCertificateObjectsForUserPreloader.php.
Referenced by __construct().