|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
ilMailCronOrphanedMailNotifier More...
Collaboration diagram for ilMailCronOrphanedMailsNotifier:Public Member Functions | |
| __construct (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) | |
ilMailCronOrphanedMailNotifier
Definition at line 8 of file class.ilMailCronOrphanedMailsNotifier.php.
| ilMailCronOrphanedMailsNotifier::__construct | ( | ilMailCronOrphanedMailsNotificationCollector | $collector, |
| $threshold, | |||
| $mail_notify_orphaned | |||
| ) |
ilMailCronOrphanedMailsNotifier constructor.
| ilMailCronOrphanedMailsNotificationCollector | $collector | |
| int | $threshold | |
| int | $mail_notify_orphaned |
Definition at line 36 of file class.ilMailCronOrphanedMailsNotifier.php.
References $collector, $DIC, $mail_notify_orphaned, and $threshold.
|
private |
| ilMailCronOrphanedMailsNotificationCollectionObj | $collection_obj |
Definition at line 50 of file class.ilMailCronOrphanedMailsNotifier.php.
References $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 94 of file class.ilMailCronOrphanedMailsNotifier.php.
References markAsNotified(), and sendMail().
Here is the call graph for this function:
|
private |
| ilMailCronOrphanedMailsNotificationCollectionObj | $collection_obj |
Definition at line 81 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 13 of file class.ilMailCronOrphanedMailsNotifier.php.
Referenced by __construct().
|
protected |
Definition at line 18 of file class.ilMailCronOrphanedMailsNotifier.php.
|
protected |
Definition at line 28 of file class.ilMailCronOrphanedMailsNotifier.php.
Referenced by __construct(), and markAsNotified().
|
protected |
Definition at line 23 of file class.ilMailCronOrphanedMailsNotifier.php.
Referenced by __construct().