ILIAS
trunk Revision v11.0_alpha-1749-g1a06bdef097
|
Public Member Functions | |
__construct (private readonly string $to, private readonly string $cc, private readonly string $bcc, private readonly string $subject, private readonly string $message, private readonly array $attachments, private readonly bool $use_placeholder, private ?int $internal_mail_id=null) | |
getTo () | |
getCc () | |
getBcc () | |
getSubject () | |
getMessage () | |
getAttachments () | |
getInternalMailId () | |
isUsePlaceholder () | |
withInternalMailId (int $internal_mail_id) | |
Definition at line 21 of file MailDeliveryData.php.
MailDeliveryData::__construct | ( | private readonly string | $to, |
private readonly string | $cc, | ||
private readonly string | $bcc, | ||
private readonly string | $subject, | ||
private readonly string | $message, | ||
private readonly array | $attachments, | ||
private readonly bool | $use_placeholder, | ||
private ?int | $internal_mail_id = null |
||
) |
Definition at line 23 of file MailDeliveryData.php.
MailDeliveryData::getAttachments | ( | ) |
Definition at line 60 of file MailDeliveryData.php.
Referenced by ilMail\sendChanneledMails(), and ilMail\sendMail().
MailDeliveryData::getBcc | ( | ) |
Definition at line 45 of file MailDeliveryData.php.
Referenced by ilMail\distributeMail(), and ilMail\sendMail().
MailDeliveryData::getCc | ( | ) |
Definition at line 40 of file MailDeliveryData.php.
Referenced by ilMail\distributeMail(), ilMail\sendChanneledMails(), and ilMail\sendMail().
MailDeliveryData::getInternalMailId | ( | ) |
Definition at line 65 of file MailDeliveryData.php.
Referenced by ilMail\sendChanneledMails().
MailDeliveryData::getMessage | ( | ) |
Definition at line 55 of file MailDeliveryData.php.
References $message.
Referenced by ilMail\sendMail(), ilMail\sendMailWithoutReplacedPlaceholder(), ilMail\sendMailWithReplacedEmptyPlaceholder(), and ilMail\sendMailWithReplacedPlaceholder().
MailDeliveryData::getSubject | ( | ) |
Definition at line 50 of file MailDeliveryData.php.
Referenced by ilMail\sendChanneledMails(), and ilMail\sendMail().
MailDeliveryData::getTo | ( | ) |
Definition at line 35 of file MailDeliveryData.php.
Referenced by ilMail\distributeMail(), ilMail\sendChanneledMails(), and ilMail\sendMail().
MailDeliveryData::isUsePlaceholder | ( | ) |
Definition at line 70 of file MailDeliveryData.php.
Referenced by ilMail\distributeMail().
MailDeliveryData::withInternalMailId | ( | int | $internal_mail_id | ) |
Definition at line 75 of file MailDeliveryData.php.
Referenced by ilMail\sendMail().