|
ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
ilMailCronOrphanedMailsFolderMailObject More...
Collaboration diagram for ilMailCronOrphanedMailsFolderMailObject:Public Member Functions | |
| __construct ($mail_id, $mail_subject) | |
| getMailId () | |
| setMailId ($mail_id) | |
| getMailSubject () | |
| setMailSubject ($mail_subject) | |
Protected Attributes | |
| $mail_id = 0 | |
| $mail_subject = '' | |
ilMailCronOrphanedMailsFolderMailObject
Definition at line 8 of file class.ilMailCronOrphanedMailsFolderMailObject.php.
| ilMailCronOrphanedMailsFolderMailObject::__construct | ( | $mail_id, | |
| $mail_subject | |||
| ) |
| $mail_id | |
| $mail_subject |
Definition at line 24 of file class.ilMailCronOrphanedMailsFolderMailObject.php.
References $mail_id, $mail_subject, setMailId(), and setMailSubject().
Here is the call graph for this function:| ilMailCronOrphanedMailsFolderMailObject::getMailId | ( | ) |
Definition at line 33 of file class.ilMailCronOrphanedMailsFolderMailObject.php.
References $mail_id.
Referenced by ilMailCronOrphanedMailsFolderObject\addMailObject().
Here is the caller graph for this function:| ilMailCronOrphanedMailsFolderMailObject::getMailSubject | ( | ) |
Definition at line 49 of file class.ilMailCronOrphanedMailsFolderMailObject.php.
References $mail_subject.
| ilMailCronOrphanedMailsFolderMailObject::setMailId | ( | $mail_id | ) |
| int | $mail_id |
Definition at line 41 of file class.ilMailCronOrphanedMailsFolderMailObject.php.
References $mail_id.
Referenced by __construct().
Here is the caller graph for this function:| ilMailCronOrphanedMailsFolderMailObject::setMailSubject | ( | $mail_subject | ) |
| string | $mail_subject |
Definition at line 57 of file class.ilMailCronOrphanedMailsFolderMailObject.php.
References $mail_subject.
Referenced by __construct().
Here is the caller graph for this function:
|
protected |
Definition at line 13 of file class.ilMailCronOrphanedMailsFolderMailObject.php.
Referenced by __construct(), getMailId(), and setMailId().
|
protected |
Definition at line 18 of file class.ilMailCronOrphanedMailsFolderMailObject.php.
Referenced by __construct(), getMailSubject(), and setMailSubject().