ILIAS
release_8 Revision v8.23
|
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 $body, $from, $recipients, $recipientsBCC, $recipientsCC, $saveInSentBox, $subject, $usePlaceholders, and ilStr\strLen().
ilMailValueObject::getAttachments | ( | ) |
ilMailValueObject::getBody | ( | ) |
ilMailValueObject::getFrom | ( | ) |
ilMailValueObject::getRecipients | ( | ) |
ilMailValueObject::getRecipientsBCC | ( | ) |
ilMailValueObject::getRecipientsCC | ( | ) |
ilMailValueObject::getSubject | ( | ) |
ilMailValueObject::isUsingPlaceholders | ( | ) |
ilMailValueObject::shouldSaveInSentBox | ( | ) |
|
private |
Definition at line 32 of file class.ilMailValueObject.php.
Referenced by 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().