ILIAS
trunk Revision v11.0_alpha-2645-g16283d3b3f8
|
Public Member Functions | |
__construct (private readonly \ilObjUser $user, private readonly URI $uri, private readonly Language $lng, private \ilLogger $logger) | |
send (string $new_email, int $validity) | |
![]() | |
__construct (bool $a_is_personal_workspace=false) | |
sendMimeMail (string $a_rcp) | |
setCurrentRecipient (string $current_recipient) | |
getCurrentRecipient () | |
setMimeMail (ilMimeMail $mime_mail) | |
getMimeMail () | |
![]() | |
__construct (protected bool $is_in_wsp=false) | |
setType (int $a_type) | |
getType () | |
setSender (int $a_usr_id) | |
getSender () | |
setRecipients (array $a_rcp) | |
getRecipients () | |
setAttachments (array $a_att) | |
getAttachments () | |
setLangModules (array $a_modules) | |
getUserLanguage (int $a_usr_id) | |
setRefId (int $a_id) | |
getRefId () | |
getObjId () | |
setObjId (int $a_obj_id) | |
getObjType () | |
setAdditionalInformation (array $a_info) | |
getAdditionalInformation () | |
sendMail (array $a_rcp, bool $a_parse_recipients=true) | |
getBlockBorder () | |
Private Member Functions | |
sendEmailToNewEmailAddress (string $new_email, int $validity) | |
sendEmailToExistingAddress (string $new_email, int $validity) | |
Additional Inherited Members | |
![]() | |
final const int | SUBJECT_TITLE_LENGTH = 60 |
![]() | |
setSubject (string $a_subject) | |
initMimeMail () | |
initLanguageByIso2Code (string $a_code='') | |
initLanguage (int $a_usr_id) | |
![]() | |
setSubject (string $a_subject) | |
getSubject () | |
setBody (string $a_body) | |
appendBody (string $a_body) | |
getBody () | |
initLanguage (int $a_usr_id) | |
initLanguageByIso2Code (string $a_code='') | |
setLanguage (ilLanguage $a_language) | |
getLanguage () | |
getLanguageText (string $a_keyword) | |
getObjectTitle (bool $a_shorten=false) | |
initMail () | |
getMail () | |
createPermanentLink (array $a_params=[], string $a_append='') | |
userToString (int $a_usr_id) | |
isRefIdAccessible (int $a_user_id, int $a_ref_id, string $a_permission='read') | |
![]() | |
ilMimeMail | $mime_mail |
string | $current_recipient |
ilMailMimeSenderFactory | $sender_factory |
![]() | |
int | $type |
int | $sender |
ilMail | $mail = null |
string | $subject = '' |
string | $body = '' |
array | $attachments = [] |
ilLanguage | $language |
array | $lang_modules = [] |
array | $recipients = [] |
int | $ref_id |
int | $obj_id = 0 |
string | $obj_type = '' |
array | $additional_info = [] |
ilWorkspaceTree | $wsp_tree |
ilWorkspaceAccessHandler | $wsp_access_handler |
Definition at line 26 of file ChangeMailMail.php.
ILIAS\User\Profile\ChangeMailMail::__construct | ( | private readonly \ilObjUser | $user, |
private readonly URI | $uri, | ||
private readonly Language | $lng, | ||
private \ilLogger | $logger | ||
) |
Definition at line 28 of file ChangeMailMail.php.
References ILIAS\GlobalScreen\Provider\__construct().
ILIAS\User\Profile\ChangeMailMail::send | ( | string | $new_email, |
int | $validity | ||
) |
Definition at line 38 of file ChangeMailMail.php.
References ILIAS\User\Profile\ChangeMailMail\sendEmailToExistingAddress(), and ILIAS\User\Profile\ChangeMailMail\sendEmailToNewEmailAddress().
|
private |
Definition at line 72 of file ChangeMailMail.php.
References ilMail\_getInstallationSignature(), ilMailNotification\appendBody(), ilMimeMailNotification\initLanguageByIso2Code(), ilMimeMailNotification\initMimeMail(), ILIAS\Repository\lng(), ILIAS\Repository\logger(), ilMimeMailNotification\sendMimeMail(), ilMailNotification\setBody(), ilMimeMailNotification\setSubject(), and ILIAS\Repository\user().
Referenced by ILIAS\User\Profile\ChangeMailMail\send().
|
private |
Definition at line 44 of file ChangeMailMail.php.
References ilMail\_getInstallationSignature(), ilMailNotification\appendBody(), ilMimeMailNotification\initLanguageByIso2Code(), ilMimeMailNotification\initMimeMail(), ILIAS\Repository\lng(), ILIAS\Repository\logger(), ilMimeMailNotification\sendMimeMail(), ilMailNotification\setBody(), ilMimeMailNotification\setSubject(), and ILIAS\Repository\user().
Referenced by ILIAS\User\Profile\ChangeMailMail\send().