ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Static Public Member Functions | |
static | removeEntriesFromTableIfLastLoginIsNewer () |
static | checkIfReminderMailShouldBeSend (ilObjUser $user, $reminderTime, $time_frame_for_deletion) |
static | flushDataTable () |
static | removeSingleUserFromTable ($usr_id) |
Data Fields | |
const | TABLE_NAME = "usr_cron_mail_reminder" |
Static Private Member Functions | |
static | mailSent ($usr_id) |
static | sendReminder (ilObjUser $user, $reminderTime, $time_frame_for_deletion) |
Definition at line 12 of file class.ilCronDeleteInactiveUserReminderMail.php.
|
static |
Definition at line 72 of file class.ilCronDeleteInactiveUserReminderMail.php.
References $DIC, $ilDB, $query, $res, $row, ilDBConstants\FETCHMODE_OBJECT, and ilObject\getId().
Referenced by ilCronDeleteInactiveUserAccounts\hasCustomSettings().
|
static |
Definition at line 87 of file class.ilCronDeleteInactiveUserReminderMail.php.
Referenced by ilCronDeleteInactiveUserAccounts\saveCustomSettings().
|
staticprivate |
Definition at line 16 of file class.ilCronDeleteInactiveUserReminderMail.php.
|
static |
Definition at line 50 of file class.ilCronDeleteInactiveUserReminderMail.php.
References $DIC, $ilDB, $query, $res, $row, ilObjUser\_lookupLastLogin(), ilDBConstants\FETCHMODE_OBJECT, and if.
Referenced by ilCronDeleteInactiveUserAccounts\hasCustomSettings().
|
static |
Definition at line 95 of file class.ilCronDeleteInactiveUserReminderMail.php.
References $DIC, $ilDB, and $query.
Referenced by ilObjUser\delete().
|
staticprivate |
Definition at line 34 of file class.ilCronDeleteInactiveUserReminderMail.php.
References ilUtil\_getHttpPath(), and ilObject\getId().
const ilCronDeleteInactiveUserReminderMail::TABLE_NAME = "usr_cron_mail_reminder" |
Definition at line 14 of file class.ilCronDeleteInactiveUserReminderMail.php.