|
ILIAS
release_10 Revision v10.1-43-ga1241a92c2f
|
Collaboration diagram for ILIAS\Mail\Folder\MailFolderData:Public Member Functions | |
| __construct (private readonly int $folder_id, private readonly int $user_id, private readonly MailFolderType $type, private readonly string $title) | |
| getFolderId () | |
| getUserId () | |
| getTitle () | |
| getType () | |
| isInbox () | |
| isDrafts () | |
| isSent () | |
| isTrash () | |
| isUserLocalFolder () | |
| isUserFolder () | |
| hasIncomingMails () | |
| hasOutgoingMails () | |
Definition at line 23 of file MailFolderData.php.
| ILIAS\Mail\Folder\MailFolderData::__construct | ( | private readonly int | $folder_id, |
| private readonly int | $user_id, | ||
| private readonly MailFolderType | $type, | ||
| private readonly string | $title | ||
| ) |
Definition at line 25 of file MailFolderData.php.
| ILIAS\Mail\Folder\MailFolderData::getFolderId | ( | ) |
Definition at line 33 of file MailFolderData.php.
| ILIAS\Mail\Folder\MailFolderData::getTitle | ( | ) |
Definition at line 43 of file MailFolderData.php.
| ILIAS\Mail\Folder\MailFolderData::getType | ( | ) |
Definition at line 48 of file MailFolderData.php.
| ILIAS\Mail\Folder\MailFolderData::getUserId | ( | ) |
| ILIAS\Mail\Folder\MailFolderData::hasIncomingMails | ( | ) |
Definition at line 83 of file MailFolderData.php.
References ILIAS\Mail\Folder\MailFolderData\isDrafts(), and ILIAS\Mail\Folder\MailFolderData\isSent().
Here is the call graph for this function:| ILIAS\Mail\Folder\MailFolderData::hasOutgoingMails | ( | ) |
Definition at line 88 of file MailFolderData.php.
References ILIAS\Mail\Folder\MailFolderData\isDrafts(), and ILIAS\Mail\Folder\MailFolderData\isSent().
Here is the call graph for this function:| ILIAS\Mail\Folder\MailFolderData::isDrafts | ( | ) |
Definition at line 58 of file MailFolderData.php.
Referenced by ILIAS\Mail\Folder\MailFolderData\hasIncomingMails(), and ILIAS\Mail\Folder\MailFolderData\hasOutgoingMails().
Here is the caller graph for this function:| ILIAS\Mail\Folder\MailFolderData::isInbox | ( | ) |
Definition at line 53 of file MailFolderData.php.
| ILIAS\Mail\Folder\MailFolderData::isSent | ( | ) |
Definition at line 63 of file MailFolderData.php.
Referenced by ILIAS\Mail\Folder\MailFolderData\hasIncomingMails(), and ILIAS\Mail\Folder\MailFolderData\hasOutgoingMails().
Here is the caller graph for this function:| ILIAS\Mail\Folder\MailFolderData::isTrash | ( | ) |
Definition at line 68 of file MailFolderData.php.
| ILIAS\Mail\Folder\MailFolderData::isUserFolder | ( | ) |
Definition at line 78 of file MailFolderData.php.
References ILIAS\Mail\Folder\USER.
| ILIAS\Mail\Folder\MailFolderData::isUserLocalFolder | ( | ) |
Definition at line 73 of file MailFolderData.php.