|
ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
ilMailCronOrphanedMailsNotificationCollector More...
Collaboration diagram for ilMailCronOrphanedMailsNotificationCollector:Public Member Functions | |
| __construct (ilMailCronOrphanedMails $job) | |
| collect () | |
| addCollectionObject (ilMailCronOrphanedMailsNotificationCollectionObj $collection_obj) | |
| getCollection () | |
Protected Attributes | |
| $collection = array() | |
| $db | |
| $setting | |
Private Member Functions | |
| existsCollectionObjForUserId ($user_id) | |
Private Attributes | |
| const | PING_THRESHOLD = 500 |
| $job | |
ilMailCronOrphanedMailsNotificationCollector
Definition at line 11 of file class.ilMailCronOrphanedMailsNotificationCollector.php.
| ilMailCronOrphanedMailsNotificationCollector::__construct | ( | ilMailCronOrphanedMails | $job | ) |
Definition at line 30 of file class.ilMailCronOrphanedMailsNotificationCollector.php.
References $DIC, $job, and collect().
Here is the call graph for this function:| ilMailCronOrphanedMailsNotificationCollector::addCollectionObject | ( | ilMailCronOrphanedMailsNotificationCollectionObj | $collection_obj | ) |
| ilMailCronOrphanedMailsNotificationCollectionObj | $collection_obj |
Definition at line 114 of file class.ilMailCronOrphanedMailsNotificationCollector.php.
References ilMailCronOrphanedMailsNotificationCollectionObj\getUserId().
Referenced by collect().
Here is the call graph for this function:
Here is the caller graph for this function:| ilMailCronOrphanedMailsNotificationCollector::collect | ( | ) |
Definition at line 45 of file class.ilMailCronOrphanedMailsNotificationCollector.php.
References $data, $i, $res, addCollectionObject(), and existsCollectionObjForUserId().
Referenced by __construct().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
| $user_id |
Definition at line 123 of file class.ilMailCronOrphanedMailsNotificationCollector.php.
Referenced by collect().
Here is the caller graph for this function:| ilMailCronOrphanedMailsNotificationCollector::getCollection | ( | ) |
Definition at line 135 of file class.ilMailCronOrphanedMailsNotificationCollector.php.
References $collection.
|
protected |
Definition at line 17 of file class.ilMailCronOrphanedMailsNotificationCollector.php.
Referenced by getCollection().
|
protected |
Definition at line 22 of file class.ilMailCronOrphanedMailsNotificationCollector.php.
|
private |
Definition at line 28 of file class.ilMailCronOrphanedMailsNotificationCollector.php.
Referenced by __construct().
|
protected |
Definition at line 27 of file class.ilMailCronOrphanedMailsNotificationCollector.php.
|
private |
Definition at line 13 of file class.ilMailCronOrphanedMailsNotificationCollector.php.