|
ILIAS
release_8 Revision v8.24
|
A certicate template repository which caches results of query commands List of cached results (other queries are not cached yet): More...
Inheritance diagram for ilCachedCertificateTemplateRepository:
Collaboration diagram for ilCachedCertificateTemplateRepository:Static Protected Attributes | |
| static array | $crs_certificates_without_lp = [] |
Private Attributes | |
| ilCertificateTemplateRepository | $wrapped |
A certicate template repository which caches results of query commands List of cached results (other queries are not cached yet):
Definition at line 26 of file class.ilCachedCertificateTemplateRepository.php.
| ilCachedCertificateTemplateRepository::__construct | ( | ilCertificateTemplateRepository | $wrapped | ) |
Definition at line 33 of file class.ilCachedCertificateTemplateRepository.php.
References $wrapped.
| ilCachedCertificateTemplateRepository::activatePreviousCertificate | ( | int | $objId | ) |
Implements ilCertificateTemplateRepository.
Definition at line 78 of file class.ilCachedCertificateTemplateRepository.php.
References $objId.
| ilCachedCertificateTemplateRepository::deleteTemplate | ( | int | $templateId, |
| int | $objectId | ||
| ) |
Implements ilCertificateTemplateRepository.
Definition at line 73 of file class.ilCachedCertificateTemplateRepository.php.
| ilCachedCertificateTemplateRepository::fetchActiveCertificateTemplatesForCoursesWithDisabledLearningProgress | ( | bool | $isGlobalLpEnabled, |
| ?int | $forRefId = null |
||
| ) |
| bool | $isGlobalLpEnabled |
Implements ilCertificateTemplateRepository.
Definition at line 83 of file class.ilCachedCertificateTemplateRepository.php.
| ilCachedCertificateTemplateRepository::fetchCertificateTemplatesByObjId | ( | int | $objId | ) |
| int | $objId |
Implements ilCertificateTemplateRepository.
Definition at line 53 of file class.ilCachedCertificateTemplateRepository.php.
References $objId.
| ilCachedCertificateTemplateRepository::fetchCurrentlyActiveCertificate | ( | int | $objId | ) |
| int | $objId |
| ilException |
Implements ilCertificateTemplateRepository.
Definition at line 63 of file class.ilCachedCertificateTemplateRepository.php.
References $objId.
| ilCachedCertificateTemplateRepository::fetchCurrentlyUsedCertificate | ( | int | $objId | ) |
Implements ilCertificateTemplateRepository.
Definition at line 58 of file class.ilCachedCertificateTemplateRepository.php.
References $objId.
| ilCachedCertificateTemplateRepository::fetchFirstCreatedTemplate | ( | int | $objId | ) |
| int | $objId |
| ilException |
Implements ilCertificateTemplateRepository.
Definition at line 100 of file class.ilCachedCertificateTemplateRepository.php.
References $objId.
| ilCachedCertificateTemplateRepository::fetchPreviousCertificate | ( | int | $objId | ) |
Implements ilCertificateTemplateRepository.
Definition at line 68 of file class.ilCachedCertificateTemplateRepository.php.
References $objId.
| ilCachedCertificateTemplateRepository::fetchTemplate | ( | int | $templateId | ) |
| int | $templateId |
| ilException |
Implements ilCertificateTemplateRepository.
Definition at line 48 of file class.ilCachedCertificateTemplateRepository.php.
| ilCachedCertificateTemplateRepository::save | ( | ilCertificateTemplate | $certificateTemplate | ) |
Implements ilCertificateTemplateRepository.
Definition at line 38 of file class.ilCachedCertificateTemplateRepository.php.
| ilCachedCertificateTemplateRepository::updateActivity | ( | ilCertificateTemplate | $certificateTemplate, |
| bool | $currentlyActive | ||
| ) |
| ilCertificateTemplate | $certificateTemplate | |
| bool | $currentlyActive |
Implements ilCertificateTemplateRepository.
Definition at line 43 of file class.ilCachedCertificateTemplateRepository.php.
|
staticprotected |
Definition at line 29 of file class.ilCachedCertificateTemplateRepository.php.
|
private |
Definition at line 31 of file class.ilCachedCertificateTemplateRepository.php.
Referenced by __construct().