ILIAS
trunk Revision v11.0_alpha-2662-g519ff7d528f
◀ ilDoc Overview
ilPrgCronJobAdapter.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
interface
ilPrgCronJobAdapter
22
{
29
public
function
getRelevantProgrammeIds
(): array;
30
34
public
function
actOnSingleAssignment
(
ilPRGAssignment
$ass): void;
35
}
ilPrgCronJobAdapter\getRelevantProgrammeIds
getRelevantProgrammeIds()
acts as a pre-filter to not touch all PRGs; return obj_ids and config-setting, when a mail should be ...
ilPrgCronJobAdapter
Definition:
ilPrgCronJobAdapter.php:21
ilPrgCronJobAdapter\actOnSingleAssignment
actOnSingleAssignment(ilPRGAssignment $ass)
actual (additional) payload; what to do with the found assignment(s)
ilPRGAssignment
Assignments are relations of users to a PRG; They hold progress-information for (sub-)nodes of the PR...
Definition:
class.ilPRGAssignment.php:28
components
ILIAS
StudyProgramme
classes
cron
ilPrgCronJobAdapter.php
Generated on Wed Sep 3 2025 23:03:53 for ILIAS by
1.8.13 (using
Doxyfile
)