|
ILIAS
release_10 Revision v10.1-43-ga1241a92c2f
|
Collaboration diagram for ilMailValueObject:Public Member Functions | |
| __construct (private readonly string $from, private readonly string $recipients, private readonly string $recipientsCC, private readonly string $recipientsBCC, private readonly string $subject, private readonly string $body, array $attachments, private readonly bool $usePlaceholders=false, private readonly bool $saveInSentBox=false) | |
| getRecipients () | |
| getRecipientsCC () | |
| getRecipientsBCC () | |
| getSubject () | |
| getBody () | |
| getAttachments () | |
| isUsingPlaceholders () | |
| shouldSaveInSentBox () | |
| getFrom () | |
Private Attributes | |
| readonly array | $attachments |
Definition at line 24 of file class.ilMailValueObject.php.
| ilMailValueObject::__construct | ( | private readonly string | $from, |
| private readonly string | $recipients, | ||
| private readonly string | $recipientsCC, | ||
| private readonly string | $recipientsBCC, | ||
| private readonly string | $subject, | ||
| private readonly string | $body, | ||
| array | $attachments, | ||
| private readonly bool | $usePlaceholders = false, |
||
| private readonly bool | $saveInSentBox = false |
||
| ) |
| string[] | $attachments |
| InvalidArgumentException |
Definition at line 33 of file class.ilMailValueObject.php.
References ilStr\strLen().
Here is the call graph for this function:| ilMailValueObject::getAttachments | ( | ) |
| ilMailValueObject::getBody | ( | ) |
Definition at line 70 of file class.ilMailValueObject.php.
| ilMailValueObject::getFrom | ( | ) |
Definition at line 93 of file class.ilMailValueObject.php.
| ilMailValueObject::getRecipients | ( | ) |
Definition at line 50 of file class.ilMailValueObject.php.
| ilMailValueObject::getRecipientsBCC | ( | ) |
Definition at line 60 of file class.ilMailValueObject.php.
| ilMailValueObject::getRecipientsCC | ( | ) |
Definition at line 55 of file class.ilMailValueObject.php.
| ilMailValueObject::getSubject | ( | ) |
Definition at line 65 of file class.ilMailValueObject.php.
| ilMailValueObject::isUsingPlaceholders | ( | ) |
Definition at line 83 of file class.ilMailValueObject.php.
| ilMailValueObject::shouldSaveInSentBox | ( | ) |
Definition at line 88 of file class.ilMailValueObject.php.
|
private |
Definition at line 27 of file class.ilMailValueObject.php.
Referenced by getAttachments().