|
ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
Collaboration diagram for ilCronDeleteInactiveUserReminderMail: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, ilDBConstants\FETCHMODE_OBJECT, ilObject\getId(), and sendReminder().
Here is the call graph for this function:
|
static |
Definition at line 87 of file class.ilCronDeleteInactiveUserReminderMail.php.
Referenced by ilCronDeleteInactiveUserAccounts\saveCustomSettings().
Here is the caller graph for this function:
|
staticprivate |
Definition at line 16 of file class.ilCronDeleteInactiveUserReminderMail.php.
Referenced by sendReminder().
Here is the caller graph for this function:
|
static |
Definition at line 50 of file class.ilCronDeleteInactiveUserReminderMail.php.
References $DIC, $ilDB, $query, $res, ilObjUser\_lookupLastLogin(), ilDBConstants\FETCHMODE_OBJECT, if, removeSingleUserFromTable(), and TABLE_NAME.
Here is the call graph for this function:
|
static |
Definition at line 95 of file class.ilCronDeleteInactiveUserReminderMail.php.
References $DIC, $ilDB, and $query.
Referenced by ilObjUser\delete(), and removeEntriesFromTableIfLastLoginIsNewer().
Here is the caller graph for this function:
|
staticprivate |
Definition at line 34 of file class.ilCronDeleteInactiveUserReminderMail.php.
References ilUtil\_getHttpPath(), ilObject\getId(), and mailSent().
Referenced by checkIfReminderMailShouldBeSend().
Here is the call graph for this function:
Here is the caller graph for this function:| const ilCronDeleteInactiveUserReminderMail::TABLE_NAME = "usr_cron_mail_reminder" |
Definition at line 14 of file class.ilCronDeleteInactiveUserReminderMail.php.
Referenced by removeEntriesFromTableIfLastLoginIsNewer().