|
ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
ilMailCronOrphanedMailsFolderObject More...
Collaboration diagram for ilMailCronOrphanedMailsFolderObject:Public Member Functions | |
| __construct ($folder_id) | |
| getFolderId () | |
| setFolderId ($folder_id) | |
| getFolderTitle () | |
| setFolderTitle ($folder_title) | |
| addMailObject (ilMailCronOrphanedMailsFolderMailObject $mail_obj) | |
| getOrphanedMailObjects () | |
Protected Attributes | |
| $folder_id = 0 | |
| $folder_title = '' | |
| $orphaned_mail_objects = array() | |
ilMailCronOrphanedMailsFolderObject
Definition at line 8 of file class.ilMailCronOrphanedMailsFolderObject.php.
| ilMailCronOrphanedMailsFolderObject::__construct | ( | $folder_id | ) |
| $folder_id |
Definition at line 28 of file class.ilMailCronOrphanedMailsFolderObject.php.
References $folder_id, and setFolderId().
Here is the call graph for this function:| ilMailCronOrphanedMailsFolderObject::addMailObject | ( | ilMailCronOrphanedMailsFolderMailObject | $mail_obj | ) |
| ilMailCronOrphanedMailsFolderMailObject | $mail_obj |
Definition at line 68 of file class.ilMailCronOrphanedMailsFolderObject.php.
References ilMailCronOrphanedMailsFolderMailObject\getMailId().
Here is the call graph for this function:| ilMailCronOrphanedMailsFolderObject::getFolderId | ( | ) |
Definition at line 36 of file class.ilMailCronOrphanedMailsFolderObject.php.
References $folder_id.
Referenced by ilMailCronOrphanedMailsNotificationCollectionObj\addFolderObject().
Here is the caller graph for this function:| ilMailCronOrphanedMailsFolderObject::getFolderTitle | ( | ) |
Definition at line 52 of file class.ilMailCronOrphanedMailsFolderObject.php.
References $folder_title.
| ilMailCronOrphanedMailsFolderObject::getOrphanedMailObjects | ( | ) |
Definition at line 76 of file class.ilMailCronOrphanedMailsFolderObject.php.
References $orphaned_mail_objects.
| ilMailCronOrphanedMailsFolderObject::setFolderId | ( | $folder_id | ) |
| int | $folder_id |
Definition at line 44 of file class.ilMailCronOrphanedMailsFolderObject.php.
References $folder_id.
Referenced by __construct().
Here is the caller graph for this function:| ilMailCronOrphanedMailsFolderObject::setFolderTitle | ( | $folder_title | ) |
| string | $folder_title |
Definition at line 60 of file class.ilMailCronOrphanedMailsFolderObject.php.
References $folder_title.
|
protected |
Definition at line 13 of file class.ilMailCronOrphanedMailsFolderObject.php.
Referenced by __construct(), getFolderId(), and setFolderId().
|
protected |
Definition at line 18 of file class.ilMailCronOrphanedMailsFolderObject.php.
Referenced by getFolderTitle(), and setFolderTitle().
|
protected |
Definition at line 23 of file class.ilMailCronOrphanedMailsFolderObject.php.
Referenced by getOrphanedMailObjects().