ILIAS
release_8 Revision v8.23
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Static Public Member Functions | |
static | removeEntriesFromTableIfLastLoginIsNewer () |
static | sendReminderMailIfNeeded (ilObjUser $user, int $reminderTime, int $time_frame_for_deletion) |
static | flushDataTable () |
static | removeSingleUserFromTable (int $usr_id) |
Data Fields | |
const | TABLE_NAME = "usr_cron_mail_reminder" |
Static Private Member Functions | |
static | mailSent (int $usr_id) |
static | sendReminder (ilObjUser $user, int $reminderTime, int $time_frame_for_deletion) |
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning This checks if a mail has to be send after a certain INACTIVITY period
Definition at line 23 of file class.ilCronDeleteInactiveUserReminderMail.php.
|
static |
Definition at line 103 of file class.ilCronDeleteInactiveUserReminderMail.php.
Referenced by ilCronDeleteInactiveUserAccounts\saveCustomSettings().
|
staticprivate |
Definition at line 27 of file class.ilCronDeleteInactiveUserReminderMail.php.
|
static |
Definition at line 63 of file class.ilCronDeleteInactiveUserReminderMail.php.
References $DIC, $ilDB, $query, $res, ilObjUser\_lookupLastLogin(), ilDBConstants\FETCHMODE_OBJECT, if, and ILIAS\Repository\int().
Referenced by ilCronDeleteInactiveUserAccounts\hasCustomSettings().
|
static |
Definition at line 111 of file class.ilCronDeleteInactiveUserReminderMail.php.
References $DIC, $ilDB, and $query.
Referenced by ilObjUser\delete().
|
staticprivate |
Definition at line 45 of file class.ilCronDeleteInactiveUserReminderMail.php.
References ilUtil\_getHttpPath(), and ilObject\getId().
|
static |
Definition at line 85 of file class.ilCronDeleteInactiveUserReminderMail.php.
References $DIC, $ilDB, $query, $res, ilDBConstants\FETCHMODE_OBJECT, and ilObject\getId().
Referenced by ilCronDeleteInactiveUserAccounts\hasCustomSettings().
const ilCronDeleteInactiveUserReminderMail::TABLE_NAME = "usr_cron_mail_reminder" |
Definition at line 25 of file class.ilCronDeleteInactiveUserReminderMail.php.