|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
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 = [] |
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 | ( | private readonly ilCertificateTemplateRepository | $wrapped | ) |
Definition at line 31 of file class.ilCachedCertificateTemplateRepository.php.
| ilCachedCertificateTemplateRepository::activatePreviousCertificate | ( | int | $objId | ) |
Implements ilCertificateTemplateRepository.
Definition at line 75 of file class.ilCachedCertificateTemplateRepository.php.
References $objId.
| ilCachedCertificateTemplateRepository::deleteTemplate | ( | int | $templateId, |
| int | $objectId | ||
| ) |
Implements ilCertificateTemplateRepository.
Definition at line 70 of file class.ilCachedCertificateTemplateRepository.php.
| ilCachedCertificateTemplateRepository::fetchActiveCertificateTemplatesForCoursesWithDisabledLearningProgress | ( | bool | $isGlobalLpEnabled, |
| ?int | $forRefId = null |
||
| ) |
Implements ilCertificateTemplateRepository.
Definition at line 80 of file class.ilCachedCertificateTemplateRepository.php.
| ilCachedCertificateTemplateRepository::fetchCertificateTemplatesByObjId | ( | int | $objId | ) |
Implements ilCertificateTemplateRepository.
Definition at line 50 of file class.ilCachedCertificateTemplateRepository.php.
References $objId.
| ilCachedCertificateTemplateRepository::fetchCurrentlyActiveCertificate | ( | int | $objId | ) |
| ilCouldNotFindCertificateTemplate |
Implements ilCertificateTemplateRepository.
Definition at line 60 of file class.ilCachedCertificateTemplateRepository.php.
References $objId.
| ilCachedCertificateTemplateRepository::fetchCurrentlyUsedCertificate | ( | int | $objId | ) |
Implements ilCertificateTemplateRepository.
Definition at line 55 of file class.ilCachedCertificateTemplateRepository.php.
References $objId.
| ilCachedCertificateTemplateRepository::fetchFirstCreatedTemplate | ( | int | $objId | ) |
| ilCouldNotFindCertificateTemplate |
Implements ilCertificateTemplateRepository.
Definition at line 97 of file class.ilCachedCertificateTemplateRepository.php.
References $objId.
| ilCachedCertificateTemplateRepository::fetchPreviousCertificate | ( | int | $objId | ) |
Implements ilCertificateTemplateRepository.
Definition at line 65 of file class.ilCachedCertificateTemplateRepository.php.
References $objId.
| ilCachedCertificateTemplateRepository::fetchTemplate | ( | int | $templateId | ) |
| ilCouldNotFindCertificateTemplate |
Implements ilCertificateTemplateRepository.
Definition at line 45 of file class.ilCachedCertificateTemplateRepository.php.
| ilCachedCertificateTemplateRepository::save | ( | ilCertificateTemplate | $certificateTemplate | ) |
Implements ilCertificateTemplateRepository.
Definition at line 35 of file class.ilCachedCertificateTemplateRepository.php.
| ilCachedCertificateTemplateRepository::updateActivity | ( | ilCertificateTemplate | $certificateTemplate, |
| bool | $currentlyActive | ||
| ) |
Implements ilCertificateTemplateRepository.
Definition at line 40 of file class.ilCachedCertificateTemplateRepository.php.
|
staticprotected |
Definition at line 29 of file class.ilCachedCertificateTemplateRepository.php.