19declare(strict_types=1);
36 return $this->settings_repo->getProgrammeIdsWithRiskyToFailSettings();
41 $this->events->userRiskyToFail($ass);
Assignments are relations of users to a PRG; They hold progress-information for (sub-)nodes of the PR...
getRelevantProgrammeIds()
acts as a pre-filter to not touch all PRGs; return obj_ids and config-setting, when a mail should be ...
__construct(ilStudyProgrammeSettingsDBRepository $settings_repo, ilStudyProgrammeEvents $events)
actOnSingleAssignment(ilPRGAssignment $ass)
actual (additional) payload; what to do with the found assignment(s)
ilStudyProgrammeEvents $events
ilStudyProgrammeSettingsDBRepository $settings_repo