|
ILIAS
release_5-1 Revision 5.0.0-5477-g43f3e3fab5f
|
ilMailCronOrphanedMailsNotificationCollector More...
Collaboration diagram for ilMailCronOrphanedMailsNotificationCollector:Public Member Functions | |
| __construct () | |
| collect () | |
| addCollectionObject (ilMailCronOrphanedMailsNotificationCollectionObj $collection_obj) | |
| getCollection () | |
Protected Attributes | |
| $collection = array() | |
Private Member Functions | |
| existsCollectionObjForUserId ($user_id) | |
ilMailCronOrphanedMailsNotificationCollector
Definition at line 11 of file class.ilMailCronOrphanedMailsNotificationCollector.php.
| ilMailCronOrphanedMailsNotificationCollector::__construct | ( | ) |
Definition at line 21 of file class.ilMailCronOrphanedMailsNotificationCollector.php.
References collect().
Here is the call graph for this function:| ilMailCronOrphanedMailsNotificationCollector::addCollectionObject | ( | ilMailCronOrphanedMailsNotificationCollectionObj | $collection_obj | ) |
| ilMailCronOrphanedMailsNotificationCollectionObj | $collection_obj |
Definition at line 121 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 29 of file class.ilMailCronOrphanedMailsNotificationCollector.php.
References $data, $ilDB, $ilSetting, $res, $row, 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 130 of file class.ilMailCronOrphanedMailsNotificationCollector.php.
Referenced by collect().
Here is the caller graph for this function:| ilMailCronOrphanedMailsNotificationCollector::getCollection | ( | ) |
Definition at line 142 of file class.ilMailCronOrphanedMailsNotificationCollector.php.
References $collection.
|
protected |
Definition at line 16 of file class.ilMailCronOrphanedMailsNotificationCollector.php.
Referenced by getCollection().