19 declare(strict_types=1);
23 protected \ilLogger
$log;
29 public function init(): void
32 $this->log = $DIC[
'ilLog'];
44 $class_name = $this->certificate_type_class_map->getPlaceHolderClassNameByType(
'prg');
45 $template = $this->certificate_template_repository->fetchCurrentlyActiveCertificate($obj_id);
56 $this->log->warning($exception->getMessage());
75 $entry = new \ilCertificateQueueEntry(
80 (
int) $template->
getId(),
83 $this->certificate_cron->init();
84 $this->certificate_cron->processEntry(0, $entry, []);
deleteUserCertificatesForObject(int $userId, int $obj_id)
ilCertificateTypeClassMap $certificate_type_class_map
removeCertificateForUser(int $node_id, int $usr_id,)
updateCertificateForPrg(int $obj_id, int $usr_id)
ilCertificateCron $certificate_cron
processEntry(string $class_name, int $obj_id, int $usr_id, \ilCertificateTemplate $template)
ilUserCertificateRepository $user_certificate_repository
ilCertificateTemplateRepository $certificate_template_repository