|
ILIAS
release_10 Revision v10.1-43-ga1241a92c2f
|
Collaboration diagram for ilStudyProgrammeAutoMailSettings:Public Member Functions | |
| __construct (protected bool $send_re_assigned_mail, protected ?int $reminder_not_restarted_by_user_days, protected ?int $processing_ends_not_successful_days) | |
| getSendReAssignedMail () | |
| getReminderNotRestartedByUserDays () | |
| getProcessingEndsNotSuccessfulDays () | |
| withSendReAssignedMail (bool $do_it) | |
| withReminderNotRestartedByUserDays (?int $days) | |
| withProcessingEndsNotSuccessfulDays (?int $days) | |
| toFormInput (Field\Factory $input, ilLanguage $ilLng, Refinery $refinery) | |
Definition at line 24 of file class.ilStudyProgrammeAutoMailSettings.php.
| ilStudyProgrammeAutoMailSettings::__construct | ( | protected bool | $send_re_assigned_mail, |
| protected ?int | $reminder_not_restarted_by_user_days, | ||
| protected ?int | $processing_ends_not_successful_days | ||
| ) |
Definition at line 26 of file class.ilStudyProgrammeAutoMailSettings.php.
| ilStudyProgrammeAutoMailSettings::getProcessingEndsNotSuccessfulDays | ( | ) |
Definition at line 54 of file class.ilStudyProgrammeAutoMailSettings.php.
Referenced by toFormInput().
Here is the caller graph for this function:| ilStudyProgrammeAutoMailSettings::getReminderNotRestartedByUserDays | ( | ) |
Definition at line 49 of file class.ilStudyProgrammeAutoMailSettings.php.
Referenced by toFormInput().
Here is the caller graph for this function:| ilStudyProgrammeAutoMailSettings::getSendReAssignedMail | ( | ) |
Definition at line 44 of file class.ilStudyProgrammeAutoMailSettings.php.
Referenced by toFormInput().
Here is the caller graph for this function:| ilStudyProgrammeAutoMailSettings::toFormInput | ( | Field\Factory | $input, |
| ilLanguage | $ilLng, | ||
| Refinery | $refinery | ||
| ) |
Definition at line 89 of file class.ilStudyProgrammeAutoMailSettings.php.
References getProcessingEndsNotSuccessfulDays(), getReminderNotRestartedByUserDays(), getSendReAssignedMail(), ilLanguage\txt(), ILIAS\UI\Implementation\Component\Input\ViewControl\withAdditionalTransformation(), and ILIAS\UI\Implementation\Component\Input\withValue().
Here is the call graph for this function:| ilStudyProgrammeAutoMailSettings::withProcessingEndsNotSuccessfulDays | ( | ?int | $days | ) |
Definition at line 78 of file class.ilStudyProgrammeAutoMailSettings.php.
| ilStudyProgrammeAutoMailSettings::withReminderNotRestartedByUserDays | ( | ?int | $days | ) |
Definition at line 66 of file class.ilStudyProgrammeAutoMailSettings.php.
| ilStudyProgrammeAutoMailSettings::withSendReAssignedMail | ( | bool | $do_it | ) |
Definition at line 59 of file class.ilStudyProgrammeAutoMailSettings.php.