|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Inheritance diagram for ilMailCronOrphanedMails:
Collaboration diagram for ilMailCronOrphanedMails:Public Member Functions | |
| getId () | |
| getTitle () | |
| getDescription () | |
| hasAutoActivation () | |
| Is to be activated on "installation", does only work for ILIAS core cron jobs. More... | |
| hasFlexibleSchedule () | |
| getValidScheduleTypes () | |
| Returns a collection of all valid schedule types for a specific job. More... | |
| getDefaultScheduleType () | |
| getDefaultScheduleValue () | |
| hasCustomSettings () | |
| addCustomSettingsToForm (ilPropertyFormGUI $a_form) | |
| saveCustomSettings (ilPropertyFormGUI $a_form) | |
| ping () | |
| run () | |
Public Member Functions inherited from ILIAS\Cron\CronJob | |
| setDateTimeProvider (?\Closure $date_time_provider) | |
| isDue (?\DateTimeImmutable $last_run, ?JobScheduleType $schedule_type, ?int $schedule_value, bool $is_manually_executed=false) | |
| getScheduleType () | |
| Get current schedule type (if flexible) More... | |
| getScheduleValue () | |
| Get current schedule value (if flexible) More... | |
| setSchedule (?JobScheduleType $a_type, ?int $a_value) | |
| Update current schedule (if flexible) More... | |
| getAllScheduleTypes () | |
| Get all available schedule types. More... | |
| getScheduleTypesWithValues () | |
| getValidScheduleTypes () | |
| Returns a collection of all valid schedule types for a specific job. More... | |
| isManuallyExecutable () | |
| hasCustomSettings () | |
| usesLegacyForms () | |
| getCustomConfigurationInput (\ILIAS\UI\Factory $ui_factory, \ILIAS\Refinery\Factory $factory, \ilLanguage $lng) | |
| addCustomSettingsToForm (\ilPropertyFormGUI $a_form) | |
| saveCustomConfiguration (mixed $form_data) | |
| saveCustomSettings (\ilPropertyFormGUI $a_form) | |
| addToExternalSettingsForm (int $a_form_id, array &$a_fields, bool $a_is_active) | |
| activationWasToggled (\ilDBInterface $db, \ilSetting $setting, bool $a_currently_active) | |
| Important: This method is (also) called from the setup process, where the constructor of an ilCronJob ist NOT executed. More... | |
| getId () | |
| getTitle () | |
| getDescription () | |
| hasAutoActivation () | |
| Is to be activated on "installation", does only work for ILIAS core cron jobs. More... | |
| hasFlexibleSchedule () | |
| getDefaultScheduleType () | |
| getDefaultScheduleValue () | |
| run () | |
Private Member Functions | |
| init () | |
| emptyStringOrFloatOrIntToEmptyOrIntegerString () | |
| processNotification () | |
| processDeletion () | |
Private Attributes | |
| GlobalHttpState | $http |
| Refinery | $refinery |
| ilLanguage | $lng |
| ilSetting | $settings |
| ilDBInterface | $db |
| ilObjUser | $user |
| bool | $init_done = false |
| JobManager | $cron_manager |
Additional Inherited Members | |
Protected Attributes inherited from ILIAS\Cron\CronJob | |
| JobScheduleType | $schedule_type = null |
| int | $schedule_value = null |
| Closure | $date_time_provider = null |
Definition at line 33 of file class.ilMailCronOrphanedMails.php.
| ilMailCronOrphanedMails::addCustomSettingsToForm | ( | ilPropertyFormGUI | $a_form | ) |
Definition at line 139 of file class.ilMailCronOrphanedMails.php.
References ilPropertyFormGUI\addItem(), emptyStringOrFloatOrIntToEmptyOrIntegerString(), ILIAS\FileDelivery\http(), init(), ILIAS\Repository\int(), ILIAS\Repository\lng(), and ILIAS\Repository\settings().
Here is the call graph for this function:
|
private |
Definition at line 62 of file class.ilMailCronOrphanedMails.php.
References ILIAS\Repository\refinery().
Referenced by addCustomSettingsToForm(), and saveCustomSettings().
Here is the call graph for this function:
Here is the caller graph for this function:| ilMailCronOrphanedMails::getDefaultScheduleType | ( | ) |
Reimplemented from ILIAS\Cron\CronJob.
Definition at line 124 of file class.ilMailCronOrphanedMails.php.
| ilMailCronOrphanedMails::getDefaultScheduleValue | ( | ) |
Reimplemented from ILIAS\Cron\CronJob.
Definition at line 129 of file class.ilMailCronOrphanedMails.php.
| ilMailCronOrphanedMails::getDescription | ( | ) |
Reimplemented from ILIAS\Cron\CronJob.
Definition at line 96 of file class.ilMailCronOrphanedMails.php.
References init(), and ILIAS\Repository\lng().
Here is the call graph for this function:| ilMailCronOrphanedMails::getId | ( | ) |
Reimplemented from ILIAS\Cron\CronJob.
Definition at line 85 of file class.ilMailCronOrphanedMails.php.
Referenced by ping().
Here is the caller graph for this function:| ilMailCronOrphanedMails::getTitle | ( | ) |
Reimplemented from ILIAS\Cron\CronJob.
Definition at line 90 of file class.ilMailCronOrphanedMails.php.
References init(), and ILIAS\Repository\lng().
Here is the call graph for this function:| ilMailCronOrphanedMails::getValidScheduleTypes | ( | ) |
Returns a collection of all valid schedule types for a specific job.
Reimplemented from ILIAS\Cron\CronJob.
Definition at line 112 of file class.ilMailCronOrphanedMails.php.
References ILIAS\Cron\Job\Schedule\YEARLY.
| ilMailCronOrphanedMails::hasAutoActivation | ( | ) |
Is to be activated on "installation", does only work for ILIAS core cron jobs.
Reimplemented from ILIAS\Cron\CronJob.
Definition at line 102 of file class.ilMailCronOrphanedMails.php.
| ilMailCronOrphanedMails::hasCustomSettings | ( | ) |
Reimplemented from ILIAS\Cron\CronJob.
Definition at line 134 of file class.ilMailCronOrphanedMails.php.
| ilMailCronOrphanedMails::hasFlexibleSchedule | ( | ) |
Reimplemented from ILIAS\Cron\CronJob.
Definition at line 107 of file class.ilMailCronOrphanedMails.php.
|
private |
Definition at line 44 of file class.ilMailCronOrphanedMails.php.
References $DIC, ILIAS\FileDelivery\http(), ILIAS\Repository\lng(), ILIAS\Repository\refinery(), ILIAS\Repository\settings(), and ILIAS\Repository\user().
Referenced by addCustomSettingsToForm(), getDescription(), getTitle(), processDeletion(), processNotification(), run(), and saveCustomSettings().
Here is the call graph for this function:
Here is the caller graph for this function:| ilMailCronOrphanedMails::ping | ( | ) |
Definition at line 217 of file class.ilMailCronOrphanedMails.php.
References getId().
Here is the call graph for this function:
|
private |
Definition at line 266 of file class.ilMailCronOrphanedMails.php.
References init().
Referenced by run().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 253 of file class.ilMailCronOrphanedMails.php.
References init(), and ILIAS\Repository\settings().
Referenced by run().
Here is the call graph for this function:
Here is the caller graph for this function:| ilMailCronOrphanedMails::run | ( | ) |
Reimplemented from ILIAS\Cron\CronJob.
Definition at line 222 of file class.ilMailCronOrphanedMails.php.
References ilLoggerFactory\getLogger(), init(), ILIAS\Repository\int(), processDeletion(), processNotification(), and ILIAS\Repository\settings().
Here is the call graph for this function:| ilMailCronOrphanedMails::saveCustomSettings | ( | ilPropertyFormGUI | $a_form | ) |
Definition at line 188 of file class.ilMailCronOrphanedMails.php.
References emptyStringOrFloatOrIntToEmptyOrIntegerString(), ilPropertyFormGUI\getInput(), ilLoggerFactory\getLogger(), init(), ILIAS\Repository\settings(), ILIAS\Refinery\transform(), and ILIAS\Repository\user().
Here is the call graph for this function:
|
private |
Definition at line 42 of file class.ilMailCronOrphanedMails.php.
|
private |
Definition at line 39 of file class.ilMailCronOrphanedMails.php.
|
private |
Definition at line 35 of file class.ilMailCronOrphanedMails.php.
|
private |
Definition at line 41 of file class.ilMailCronOrphanedMails.php.
|
private |
Definition at line 37 of file class.ilMailCronOrphanedMails.php.
|
private |
Definition at line 36 of file class.ilMailCronOrphanedMails.php.
|
private |
Definition at line 38 of file class.ilMailCronOrphanedMails.php.
|
private |
Definition at line 40 of file class.ilMailCronOrphanedMails.php.