|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Collaboration diagram for ilMailValueObject:Public Member Functions | |
| __construct (string $from, string $recipients, string $recipientsCC, string $recipientsBCC, string $subject, string $body, array $attachments, bool $usePlaceholders=false, bool $saveInSentBox=false) | |
| getRecipients () | |
| getRecipientsCC () | |
| getRecipientsBCC () | |
| getSubject () | |
| getBody () | |
| getAttachments () | |
| isUsingPlaceholders () | |
| shouldSaveInSentBox () | |
| getFrom () | |
Private Attributes | |
| $recipients | |
| $recipientsCC | |
| $recipientsBCC | |
| $subject | |
| $body | |
| $attachments = [] | |
| $usePlaceholders | |
| $saveInSentBox | |
| $from | |
Definition at line 7 of file class.ilMailValueObject.php.
| ilMailValueObject::__construct | ( | string | $from, |
| string | $recipients, | ||
| string | $recipientsCC, | ||
| string | $recipientsBCC, | ||
| string | $subject, | ||
| string | $body, | ||
| array | $attachments, | ||
| bool | $usePlaceholders = false, |
||
| bool | $saveInSentBox = false |
||
| ) |
| string | $from | |
| string | $recipients | |
| string | $recipientsCC | |
| string | $recipientsBCC | |
| string | $subject | |
| string | $body | |
| string[] | $attachments | |
| bool | $usePlaceholders | |
| bool | $saveInSentBox |
Definition at line 47 of file class.ilMailValueObject.php.
References $attachments, $body, $from, $recipients, $recipientsBCC, $recipientsCC, $saveInSentBox, $subject, and $usePlaceholders.
| ilMailValueObject::getAttachments | ( | ) |
Definition at line 112 of file class.ilMailValueObject.php.
References $attachments.
| ilMailValueObject::getBody | ( | ) |
| ilMailValueObject::getFrom | ( | ) |
| ilMailValueObject::getRecipients | ( | ) |
| ilMailValueObject::getRecipientsBCC | ( | ) |
| ilMailValueObject::getRecipientsCC | ( | ) |
| ilMailValueObject::getSubject | ( | ) |
| ilMailValueObject::isUsingPlaceholders | ( | ) |
Definition at line 120 of file class.ilMailValueObject.php.
References $usePlaceholders.
| ilMailValueObject::shouldSaveInSentBox | ( | ) |
|
private |
Definition at line 25 of file class.ilMailValueObject.php.
Referenced by __construct(), and getAttachments().
|
private |
Definition at line 22 of file class.ilMailValueObject.php.
Referenced by __construct(), and getBody().
|
private |
Definition at line 34 of file class.ilMailValueObject.php.
Referenced by __construct(), and getFrom().
|
private |
Definition at line 10 of file class.ilMailValueObject.php.
Referenced by __construct(), and getRecipients().
|
private |
Definition at line 16 of file class.ilMailValueObject.php.
Referenced by __construct(), and getRecipientsBCC().
|
private |
Definition at line 13 of file class.ilMailValueObject.php.
Referenced by __construct(), and getRecipientsCC().
|
private |
Definition at line 31 of file class.ilMailValueObject.php.
Referenced by __construct(), and shouldSaveInSentBox().
|
private |
Definition at line 19 of file class.ilMailValueObject.php.
Referenced by __construct(), and getSubject().
|
private |
Definition at line 28 of file class.ilMailValueObject.php.
Referenced by __construct(), and isUsingPlaceholders().