|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Collaboration diagram for ILIAS\Mail\Recipient:Public Member Functions | |
| __construct (private int $user_id, private ?ilObjUser $user, private ilMailOptions $mail_options, private Conductor $legal_documents) | |
| getUserId () | |
| getMailOptions () | |
| isUser () | |
| isUserActive () | |
| isUserExpired () | |
| evaluateInternalMailReadability () | |
| userWantsToReceiveExternalMails () | |
| onlyToExternalMailAddress () | |
| getExternalMailAddress () | |
Definition at line 30 of file Recipient.php.
| ILIAS\Mail\Recipient::__construct | ( | private int | $user_id, |
| private ?ilObjUser | $user, | ||
| private ilMailOptions | $mail_options, | ||
| private Conductor | $legal_documents | ||
| ) |
Definition at line 32 of file Recipient.php.
| ILIAS\Mail\Recipient::evaluateInternalMailReadability | ( | ) |
Definition at line 65 of file Recipient.php.
References ILIAS\Mail\Recipient\isUserExpired(), and ILIAS\Repository\user().
Here is the call graph for this function:| ILIAS\Mail\Recipient::getExternalMailAddress | ( | ) |
Definition at line 88 of file Recipient.php.
| ILIAS\Mail\Recipient::getMailOptions | ( | ) |
Definition at line 45 of file Recipient.php.
| ILIAS\Mail\Recipient::getUserId | ( | ) |
| ILIAS\Mail\Recipient::isUser | ( | ) |
Definition at line 50 of file Recipient.php.
References ILIAS\Repository\user().
Here is the call graph for this function:| ILIAS\Mail\Recipient::isUserActive | ( | ) |
Definition at line 55 of file Recipient.php.
References ILIAS\Repository\user().
Here is the call graph for this function:| ILIAS\Mail\Recipient::isUserExpired | ( | ) |
Definition at line 60 of file Recipient.php.
References ILIAS\Repository\user().
Referenced by ILIAS\Mail\Recipient\evaluateInternalMailReadability().
Here is the call graph for this function:
Here is the caller graph for this function:| ILIAS\Mail\Recipient::onlyToExternalMailAddress | ( | ) |
Definition at line 80 of file Recipient.php.
References ilMailOptions\INCOMING_EMAIL.
| ILIAS\Mail\Recipient::userWantsToReceiveExternalMails | ( | ) |
Definition at line 74 of file Recipient.php.
References ilMailOptions\INCOMING_BOTH, and ilMailOptions\INCOMING_EMAIL.