|
ILIAS
release_8 Revision v8.24
|
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 | |
| string | $recipients |
| string | $recipientsCC |
| string | $recipientsBCC |
| string | $subject |
| string | $body |
| array | $attachments |
| bool | $usePlaceholders |
| bool | $saveInSentBox |
| string | $from |
Definition at line 24 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[] | $attachments |
| InvalidArgumentException |
Definition at line 41 of file class.ilMailValueObject.php.
References $attachments, $body, $from, $recipients, $recipientsBCC, $recipientsCC, $saveInSentBox, $subject, $usePlaceholders, and ilStr\strLen().
Here is the call graph for this function:| ilMailValueObject::getAttachments | ( | ) |
| ilMailValueObject::getBody | ( | ) |
Definition at line 87 of file class.ilMailValueObject.php.
References $body.
| ilMailValueObject::getFrom | ( | ) |
Definition at line 110 of file class.ilMailValueObject.php.
References $from.
| ilMailValueObject::getRecipients | ( | ) |
Definition at line 67 of file class.ilMailValueObject.php.
References $recipients.
| ilMailValueObject::getRecipientsBCC | ( | ) |
Definition at line 77 of file class.ilMailValueObject.php.
References $recipientsBCC.
| ilMailValueObject::getRecipientsCC | ( | ) |
Definition at line 72 of file class.ilMailValueObject.php.
References $recipientsCC.
| ilMailValueObject::getSubject | ( | ) |
Definition at line 82 of file class.ilMailValueObject.php.
References $subject.
| ilMailValueObject::isUsingPlaceholders | ( | ) |
Definition at line 100 of file class.ilMailValueObject.php.
References $usePlaceholders.
| ilMailValueObject::shouldSaveInSentBox | ( | ) |
Definition at line 105 of file class.ilMailValueObject.php.
References $saveInSentBox.
|
private |
Definition at line 32 of file class.ilMailValueObject.php.
Referenced by __construct(), and getAttachments().
|
private |
Definition at line 30 of file class.ilMailValueObject.php.
Referenced by __construct(), and getBody().
|
private |
Definition at line 35 of file class.ilMailValueObject.php.
Referenced by __construct(), and getFrom().
|
private |
Definition at line 26 of file class.ilMailValueObject.php.
Referenced by __construct(), and getRecipients().
|
private |
Definition at line 28 of file class.ilMailValueObject.php.
Referenced by __construct(), and getRecipientsBCC().
|
private |
Definition at line 27 of file class.ilMailValueObject.php.
Referenced by __construct(), and getRecipientsCC().
|
private |
Definition at line 34 of file class.ilMailValueObject.php.
Referenced by __construct(), and shouldSaveInSentBox().
|
private |
Definition at line 29 of file class.ilMailValueObject.php.
Referenced by __construct(), and getSubject().
|
private |
Definition at line 33 of file class.ilMailValueObject.php.
Referenced by __construct(), and isUsingPlaceholders().