|
ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
|
Collaboration diagram for MailDeliveryData: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().
Here is the caller graph for this function:| MailDeliveryData::getBcc | ( | ) |
Definition at line 45 of file MailDeliveryData.php.
Referenced by ilMail\distributeMail(), and ilMail\sendMail().
Here is the caller graph for this function:| MailDeliveryData::getCc | ( | ) |
Definition at line 40 of file MailDeliveryData.php.
Referenced by ilMail\distributeMail(), ilMail\sendChanneledMails(), and ilMail\sendMail().
Here is the caller graph for this function:| MailDeliveryData::getInternalMailId | ( | ) |
Definition at line 65 of file MailDeliveryData.php.
Referenced by ilMail\sendChanneledMails().
Here is the caller graph for this function:| MailDeliveryData::getMessage | ( | ) |
Definition at line 55 of file MailDeliveryData.php.
References $message.
Referenced by ilMail\sendMail(), ilMail\sendMailWithoutReplacedPlaceholder(), ilMail\sendMailWithReplacedEmptyPlaceholder(), and ilMail\sendMailWithReplacedPlaceholder().
Here is the caller graph for this function:| MailDeliveryData::getSubject | ( | ) |
Definition at line 50 of file MailDeliveryData.php.
Referenced by ilMail\sendChanneledMails(), and ilMail\sendMail().
Here is the caller graph for this function:| MailDeliveryData::getTo | ( | ) |
Definition at line 35 of file MailDeliveryData.php.
Referenced by ilMail\distributeMail(), ilMail\sendChanneledMails(), and ilMail\sendMail().
Here is the caller graph for this function:| MailDeliveryData::isUsePlaceholder | ( | ) |
Definition at line 70 of file MailDeliveryData.php.
Referenced by ilMail\distributeMail().
Here is the caller graph for this function:| MailDeliveryData::withInternalMailId | ( | int | $internal_mail_id | ) |
Definition at line 75 of file MailDeliveryData.php.
Referenced by ilMail\sendMail().
Here is the caller graph for this function: