|
ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
ilMailCronOrphanedMailNotifier More...
Collaboration diagram for ilMailCronOrphanedMailsNotifier:Public Member Functions | |
| __construct (ilMailCronOrphanedMails $job, ilMailCronOrphanedMailsNotificationCollector $collector, $threshold, $mail_notify_orphaned) | |
| ilMailCronOrphanedMailsNotifier constructor. More... | |
| processNotification () | |
Protected Attributes | |
| $collector | |
| $db | |
| $threshold = 0 | |
| $mail_notify_orphaned = 0 | |
Private Member Functions | |
| markAsNotified (ilMailCronOrphanedMailsNotificationCollectionObj $collection_obj) | |
| sendMail (ilMailCronOrphanedMailsNotificationCollectionObj $collection_obj) | |
Private Attributes | |
| const | NOTIFICATION_MARKER_PING_THRESHOLD = 250 |
| const | MAIL_DELIVERY_PING_THRESHOLD = 25 |
| $job | |
| $mark_as_notified_stmt | |
ilMailCronOrphanedMailNotifier
Definition at line 8 of file class.ilMailCronOrphanedMailsNotifier.php.
| ilMailCronOrphanedMailsNotifier::__construct | ( | ilMailCronOrphanedMails | $job, |
| ilMailCronOrphanedMailsNotificationCollector | $collector, | ||
| $threshold, | |||
| $mail_notify_orphaned | |||
| ) |
ilMailCronOrphanedMailsNotifier constructor.
| ilMailCronOrphanedMailsNotificationCollector | $collector | |
| int | $threshold | |
| int | $mail_notify_orphaned |
Definition at line 41 of file class.ilMailCronOrphanedMailsNotifier.php.
References $collector, $DIC, $job, $mail_notify_orphaned, $threshold, and ilDBConstants\T_INTEGER.
|
private |
| ilMailCronOrphanedMailsNotificationCollectionObj | $collection_obj |
Definition at line 61 of file class.ilMailCronOrphanedMailsNotifier.php.
References $i, $mail_notify_orphaned, and ilMailCronOrphanedMailsNotificationCollectionObj\getFolderObjects().
Referenced by processNotification().
Here is the call graph for this function:
Here is the caller graph for this function:| ilMailCronOrphanedMailsNotifier::processNotification | ( | ) |
Definition at line 108 of file class.ilMailCronOrphanedMailsNotifier.php.
References $i, markAsNotified(), and sendMail().
Here is the call graph for this function:
|
private |
| ilMailCronOrphanedMailsNotificationCollectionObj | $collection_obj |
Definition at line 95 of file class.ilMailCronOrphanedMailsNotifier.php.
References ilMailCronOrphanedMailsNotificationCollectionObj\getFolderObjects(), and ilMailCronOrphanedMailsNotificationCollectionObj\getUserId().
Referenced by processNotification().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 17 of file class.ilMailCronOrphanedMailsNotifier.php.
Referenced by __construct().
|
protected |
Definition at line 22 of file class.ilMailCronOrphanedMailsNotifier.php.
|
private |
Definition at line 13 of file class.ilMailCronOrphanedMailsNotifier.php.
Referenced by __construct().
|
protected |
Definition at line 32 of file class.ilMailCronOrphanedMailsNotifier.php.
Referenced by __construct(), and markAsNotified().
|
private |
Definition at line 33 of file class.ilMailCronOrphanedMailsNotifier.php.
|
protected |
Definition at line 27 of file class.ilMailCronOrphanedMailsNotifier.php.
Referenced by __construct().
|
private |
Definition at line 11 of file class.ilMailCronOrphanedMailsNotifier.php.
|
private |
Definition at line 10 of file class.ilMailCronOrphanedMailsNotifier.php.