ILIAS
trunk Revision v11.0_alpha-1831-g8615d53dadb
|
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().
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().
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().
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().
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.