|
ILIAS
release_8 Revision v8.24
|
Collaboration diagram for ilCertificateObjectsForUserPreloader:Public Member Functions | |
| __construct (ilUserCertificateRepository $userCertificateRepository) | |
| preLoad (int $userId, array $objIds) | |
| isPreloaded (int $userId, int $objId) | |
Private Attributes | |
| ilUserCertificateRepository | $userCertificateRepository |
Static Private Attributes | |
| static array | $certificates = [] |
Definition at line 24 of file class.ilCertificateObjectsForUserPreloader.php.
| ilCertificateObjectsForUserPreloader::__construct | ( | ilUserCertificateRepository | $userCertificateRepository | ) |
Definition at line 30 of file class.ilCertificateObjectsForUserPreloader.php.
References $userCertificateRepository.
| ilCertificateObjectsForUserPreloader::isPreloaded | ( | int | $userId, |
| int | $objId | ||
| ) |
Definition at line 56 of file class.ilCertificateObjectsForUserPreloader.php.
References $objId.
| ilCertificateObjectsForUserPreloader::preLoad | ( | int | $userId, |
| array | $objIds | ||
| ) |
| int | $userId | |
| int[] | $objIds |
Definition at line 39 of file class.ilCertificateObjectsForUserPreloader.php.
|
staticprivate |
Definition at line 27 of file class.ilCertificateObjectsForUserPreloader.php.
|
private |
Definition at line 28 of file class.ilCertificateObjectsForUserPreloader.php.
Referenced by __construct().