ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
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 $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 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().