3 declare(strict_types=1);
    37         return $this->settings_repo
    38             ->getProgrammeIdsWithReassignmentForExpiringValidity();
    43         $this->events->userReAssigned($ass);
 getRelevantProgrammeIds()
acts as a pre-filter to not touch all PRGs; return obj_ids and config-setting, when a mail should be ...
 
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
 
__construct(ilStudyProgrammeSettingsDBRepository $settings_repo, ilStudyProgrammeEvents $events)
 
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
 
actOnSingleAssignment(ilPRGAssignment $ass)
actual (additional) payload; what to do with the found assignment(s) 
 
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
 
ilStudyProgrammeSettingsDBRepository $settings_repo
 
Assignments are relations of users to a PRG; They hold progress-information for (sub-)nodes of the PR...
 
ilStudyProgrammeEvents $events