The Message class for building emails.
Methods
Create a new Message.
__construct(string $subject, string $body, string $contentType, string $charset)
Details may be optionally passed into the constructor.
Parameters
$subject
string
$body
string
$contentType
string
$charset
string
Empties it's own contents from the cache.
__destruct()
Inherited
inherited_from |
\Swift_Mime_SimpleMimeEntity::__destruct() |
inherited_from |
\Swift_Mime_MimePart::__destruct() |
inherited_from |
\Swift_Mime_SimpleMessage::__destruct() |
Returns a string representation of this object.
__toString() : string
Inherited
see |
\toString() |
inherited_from |
\Swift_Mime_SimpleMessage::__toString() |
Returns
string
Add a Bcc: address to this message.
addBcc(string $address, string $name) : \Swift_Mime_SimpleMessage
Inherited
If $name is passed this name will be associated with the address.
inherited_from |
\Swift_Mime_SimpleMessage::addBcc() |
Parameters
$address
string
Returns
Add a Cc: address to this message.
addCc(string $address, string $name) : \Swift_Mime_SimpleMessage
Inherited
If $name is passed this name will be associated with the address.
inherited_from |
\Swift_Mime_SimpleMessage::addCc() |
Parameters
$address
string
Returns
Add a From: address to this message.
addFrom(string $address, string $name)
Inherited
If $name is passed this name will be associated with the address.
inherited_from |
\Swift_Mime_SimpleMessage::addFrom() |
Parameters
$address
string
Add a MimePart to this Message.
addPart(string | \Swift_OutputByteStream $body, string $contentType, string $charset)
Parameters
$contentType
string
$charset
string
Add a Reply-To: address to this message.
addReplyTo(string $address, string $name) : \Swift_Mime_SimpleMessage
Inherited
If $name is passed this name will be associated with the address.
inherited_from |
\Swift_Mime_SimpleMessage::addReplyTo() |
Parameters
$address
string
Returns
Add a To: address to this message.
addTo(string $address, string $name) : \Swift_Mime_SimpleMessage
Inherited
If $name is passed this name will be associated with the address.
inherited_from |
\Swift_Mime_SimpleMessage::addTo() |
Parameters
$address
string
Returns
Attach a {@link Swift_Mime_MimeEntity} such as an Attachment or MimePart.
attach(\Swift_Mime_MimeEntity $entity) : \Swift_Mime_SimpleMessage
Inherited
inherited_from |
\Swift_Mime_SimpleMessage::attach() |
Parameters
Returns
Receive notification that the charset has changed on this document, or a
parent document.
charsetChanged(string $charset)
Inherited
inherited_from |
\Swift_Mime_MimePart::charsetChanged() |
inherited_from |
\Swift_Mime_SimpleMessage::charsetChanged() |
Parameters
$charset
string
Remove an already attached entity.
detach(\Swift_Mime_MimeEntity $entity) : \Swift_Mime_SimpleMessage
Inherited
inherited_from |
\Swift_Mime_SimpleMessage::detach() |
Parameters
Returns
Attach a {@link Swift_Mime_MimeEntity} and return it's CID source.
embed(\Swift_Mime_MimeEntity $entity) : string
Inherited
This method should be used when embedding images or other data in a message.
inherited_from |
\Swift_Mime_SimpleMessage::embed() |
Parameters
Returns
string
Receive notification that the encoder of this entity or a parent entity
has changed.
encoderChanged(\Swift_Mime_ContentEncoder $encoder)
Inherited
inherited_from |
\Swift_Mime_SimpleMimeEntity::encoderChanged() |
inherited_from |
\Swift_Mime_MimePart::encoderChanged() |
inherited_from |
\Swift_Mime_SimpleMessage::encoderChanged() |
Parameters
Generates a valid Message-ID and switches to it.
generateId() : string
Inherited
inherited_from |
\Swift_Mime_Message::generateId() |
inherited_from |
\Swift_Mime_SimpleMessage::generateId() |
Returns
string
Get the Bcc addresses of this message.
getBcc() : array
Inherited
This method always returns an associative array, whereby the keys provide
the actual email addresses.
inherited_from |
\Swift_Mime_SimpleMessage::getBcc() |
Returns
array
Get the body of this entity as a string.
getBody() : string
Inherited
Returns NULL if no body has been set.
inherited_from |
\Swift_Mime_SimpleMimeEntity::getBody() |
inherited_from |
\Swift_Mime_MimePart::getBody() |
inherited_from |
\Swift_Mime_SimpleMessage::getBody() |
Returns
string
Get the boundary used to separate children in this entity.
getBoundary() : string
Inherited
inherited_from |
\Swift_Mime_SimpleMimeEntity::getBoundary() |
inherited_from |
\Swift_Mime_MimePart::getBoundary() |
inherited_from |
\Swift_Mime_SimpleMessage::getBoundary() |
Returns
string
Get the Cc address of this message.
getCc() : array
Inherited
This method always returns an associative array, whereby the keys provide
the actual email addresses.
inherited_from |
\Swift_Mime_SimpleMessage::getCc() |
Returns
array
Get the character set of this entity.
getCharset() : string
Inherited
inherited_from |
\Swift_Mime_MimePart::getCharset() |
inherited_from |
\Swift_Mime_SimpleMessage::getCharset() |
Returns
string
Get all children added to this entity.
getChildren() : array
Inherited
These are not just the immediate children, but all children.
inherited_from |
\Swift_Mime_SimpleMimeEntity::getChildren() |
inherited_from |
\Swift_Mime_MimePart::getChildren() |
inherited_from |
\Swift_Mime_SimpleMessage::getChildren() |
Returns
array
of Swift_Mime_Entity
Get the Content-type of this entity.
getContentType() : string
Inherited
inherited_from |
\Swift_Mime_SimpleMimeEntity::getContentType() |
inherited_from |
\Swift_Mime_MimePart::getContentType() |
inherited_from |
\Swift_Mime_SimpleMessage::getContentType() |
Returns
string
Get the date at which this message was created.
getDate() : int
Inherited
inherited_from |
\Swift_Mime_SimpleMessage::getDate() |
Returns
int
Test if delsp is being used for this entity.
getDelSp() : boolean
Inherited
inherited_from |
\Swift_Mime_MimePart::getDelSp() |
inherited_from |
\Swift_Mime_SimpleMessage::getDelSp() |
Returns
boolean
Get the description of this entity.
getDescription() : string
Inherited
This value comes from the Content-Description header if set.
inherited_from |
\Swift_Mime_SimpleMimeEntity::getDescription() |
inherited_from |
\Swift_Mime_MimePart::getDescription() |
inherited_from |
\Swift_Mime_SimpleMessage::getDescription() |
Returns
string
Get the encoder used for the body of this entity.
getEncoder() : \Swift_Mime_ContentEncoder
Inherited
inherited_from |
\Swift_Mime_SimpleMimeEntity::getEncoder() |
inherited_from |
\Swift_Mime_MimePart::getEncoder() |
inherited_from |
\Swift_Mime_SimpleMessage::getEncoder() |
Returns
Get the from address of this message.
getFrom() : string
Inherited
This method always returns an associative array where the keys are the
addresses.
inherited_from |
\Swift_Mime_SimpleMessage::getFrom() |
Returns
string
Get the CID of this entity.
getId() : string
Inherited
The CID will only be present in headers if a Content-ID header is present.
inherited_from |
\Swift_Mime_SimpleMimeEntity::getId() |
inherited_from |
\Swift_Mime_MimePart::getId() |
inherited_from |
\Swift_Mime_SimpleMessage::getId() |
Returns
string
Get the maximum line length of the body of this entity.
getMaxLineLength() : int
Inherited
inherited_from |
\Swift_Mime_SimpleMimeEntity::getMaxLineLength() |
inherited_from |
\Swift_Mime_MimePart::getMaxLineLength() |
inherited_from |
\Swift_Mime_SimpleMessage::getMaxLineLength() |
Returns
int
Always returns {@link LEVEL_TOP} for a message instance.
getNestingLevel() : int
Inherited
The lower the value, the more outermost the entity will be nested.
inherited_from |
\Swift_Mime_SimpleMessage::getNestingLevel() |
Returns
int
Get the priority of this message.
getPriority() : int
Inherited
The returned value is an integer where 1 is the highest priority and 5
is the lowest.
inherited_from |
\Swift_Mime_SimpleMessage::getPriority() |
Returns
int
Get the addresses to which a read-receipt will be sent.
getReadReceiptTo() : string
Inherited
inherited_from |
\Swift_Mime_SimpleMessage::getReadReceiptTo() |
Returns
string
Get the reply-to address of this message.
getReplyTo() : string
Inherited
This method always returns an associative array where the keys provide the
email addresses.
inherited_from |
\Swift_Mime_SimpleMessage::getReplyTo() |
Returns
string
Get the return-path (bounce address) of this message.
getReturnPath() : string
Inherited
inherited_from |
\Swift_Mime_SimpleMessage::getReturnPath() |
Returns
string
Get the sender of this message.
getSender() : string
Inherited
This has a higher significance than the From address.
inherited_from |
\Swift_Mime_SimpleMessage::getSender() |
Returns
string
Get the subject of this message.
getSubject() : string
Inherited
inherited_from |
\Swift_Mime_SimpleMessage::getSubject() |
Returns
string
Get the To addresses of this message.
getTo() : array
Inherited
This method always returns an associative array, whereby the keys provide
the actual email addresses.
inherited_from |
\Swift_Mime_SimpleMessage::getTo() |
Returns
array
Create a new Message.
newInstance(string $subject, string $body, string $contentType, string $charset) : \Swift_Mime_Message
Static
Parameters
$subject
string
$body
string
$contentType
string
$charset
string
Returns
Set the Bcc addresses of this message.
setBcc(array $addresses, string $name) : \Swift_Mime_SimpleMessage
Inherited
If $name is passed and the first parameter is a string, this name will be
associated with the address.
inherited_from |
\Swift_Mime_SimpleMessage::setBcc() |
Parameters
$addresses
array
Returns
Set the body of this entity, either as a string, or as an instance of
{@link Swift_OutputByteStream}.
setBody(mixed $body, string $contentType, string $charset) : \Swift_Mime_SimpleMimeEntity
Inherited
inherited_from |
\Swift_Mime_MimePart::setBody() |
inherited_from |
\Swift_Mime_SimpleMessage::setBody() |
Parameters
$body
mixed
$contentType
string
optional
Returns
Set the boundary used to separate children in this entity.
setBoundary(string $boundary) : \Swift_Mime_SimpleMimeEntity
Inherited
inherited_from |
\Swift_Mime_SimpleMimeEntity::setBoundary() |
inherited_from |
\Swift_Mime_MimePart::setBoundary() |
inherited_from |
\Swift_Mime_SimpleMessage::setBoundary() |
Parameters
$boundary
string
Exceptions
Returns
Set the Cc addresses of this message.
setCc(array $addresses, string $name) : \Swift_Mime_SimpleMessage
Inherited
If $name is passed and the first parameter is a string, this name will be
associated with the address.
inherited_from |
\Swift_Mime_SimpleMessage::setCc() |
Parameters
$addresses
array
Returns
Set the character set of this entity.
setCharset(string $charset)
Inherited
inherited_from |
\Swift_Mime_MimePart::setCharset() |
inherited_from |
\Swift_Mime_SimpleMessage::setCharset() |
Parameters
$charset
string
Set all children of this entity.
setChildren(array $children, int $compoundLevel) : \Swift_Mime_SimpleMimeEntity
Inherited
This includes grandchildren.
inherited_from |
\Swift_Mime_SimpleMimeEntity::setChildren() |
inherited_from |
\Swift_Mime_MimePart::setChildren() |
inherited_from |
\Swift_Mime_SimpleMessage::setChildren() |
Parameters
$children
array
Swiift_Mime_Entity instances
$compoundLevel
int
For internal use only
Returns
Set the Content-type of this entity.
setContentType(string $type) : \Swift_Mime_SimpleMimeEntity
Inherited
inherited_from |
\Swift_Mime_SimpleMimeEntity::setContentType() |
inherited_from |
\Swift_Mime_MimePart::setContentType() |
inherited_from |
\Swift_Mime_SimpleMessage::setContentType() |
Parameters
$type
string
Returns
Set the date at which this message was created.
setDate(int $date) : \Swift_Mime_SimpleMessage
Inherited
inherited_from |
\Swift_Mime_SimpleMessage::setDate() |
Parameters
$date
int
Returns
Turn delsp on or off for this entity.
setDelSp(boolean $delsp)
Inherited
inherited_from |
\Swift_Mime_MimePart::setDelSp() |
inherited_from |
\Swift_Mime_SimpleMessage::setDelSp() |
Parameters
$delsp
boolean
Set the description of this entity.
setDescription(string $description) : \Swift_Mime_SimpleMimeEntity
Inherited
This method sets a value in the Content-ID header.
inherited_from |
\Swift_Mime_SimpleMimeEntity::setDescription() |
inherited_from |
\Swift_Mime_MimePart::setDescription() |
inherited_from |
\Swift_Mime_SimpleMessage::setDescription() |
Parameters
$description
string
Returns
Set the encoder used for the body of this entity.
setEncoder(\Swift_Mime_ContentEncoder $encoder) : \Swift_Mime_SimpleMimeEntity
Inherited
inherited_from |
\Swift_Mime_SimpleMimeEntity::setEncoder() |
inherited_from |
\Swift_Mime_MimePart::setEncoder() |
inherited_from |
\Swift_Mime_SimpleMessage::setEncoder() |
Parameters
Returns
Set the from address of this message.
setFrom(string $addresses, string $name) : \Swift_Mime_SimpleMessage
Inherited
You may pass an array of addresses if this message is from multiple people.
If $name is passed and the first parameter is a string, this name will be
associated with the address.
inherited_from |
\Swift_Mime_SimpleMessage::setFrom() |
Parameters
$addresses
string
Returns
Set the CID of this entity.
setId(string $id) : \Swift_Mime_SimpleMimeEntity
Inherited
inherited_from |
\Swift_Mime_SimpleMimeEntity::setId() |
inherited_from |
\Swift_Mime_MimePart::setId() |
inherited_from |
\Swift_Mime_SimpleMessage::setId() |
Parameters
$id
string
Returns
Set the maximum line length of lines in this body.
setMaxLineLength(int $length) : \Swift_Mime_SimpleMimeEntity
Inherited
Though not enforced by the library, lines should not exceed 1000 chars.
inherited_from |
\Swift_Mime_SimpleMimeEntity::setMaxLineLength() |
inherited_from |
\Swift_Mime_MimePart::setMaxLineLength() |
inherited_from |
\Swift_Mime_SimpleMessage::setMaxLineLength() |
Parameters
$length
int
Returns
Set the priority of this message.
setPriority(int $priority) : \Swift_Mime_SimpleMessage
Inherited
The value is an integer where 1 is the highest priority and 5 is the lowest.
inherited_from |
\Swift_Mime_SimpleMessage::setPriority() |
Parameters
$priority
int
Returns
Ask for a delivery receipt from the recipient to be sent to $addresses
setReadReceiptTo(array $addresses) : \Swift_Mime_SimpleMessage
Inherited
inherited_from |
\Swift_Mime_SimpleMessage::setReadReceiptTo() |
Parameters
$addresses
array
Returns
Set the reply-to address of this message.
setReplyTo(string $addresses, string $name) : \Swift_Mime_SimpleMessage
Inherited
You may pass an array of addresses if replies will go to multiple people.
If $name is passed and the first parameter is a string, this name will be
associated with the address.
inherited_from |
\Swift_Mime_SimpleMessage::setReplyTo() |
Parameters
$addresses
string
Returns
Set the return-path (the bounce address) of this message.
setReturnPath(string $address) : \Swift_Mime_SimpleMessage
Inherited
inherited_from |
\Swift_Mime_SimpleMessage::setReturnPath() |
Parameters
$address
string
Returns
Set the sender of this message.
setSender($address, string $name) : \Swift_Mime_SimpleMessage
Inherited
This does not override the From field, but it has a higher significance.
inherited_from |
\Swift_Mime_SimpleMessage::setSender() |
Parameters
$address
Returns
Set the subject of this message.
setSubject(string $subject) : \Swift_Mime_SimpleMessage
Inherited
inherited_from |
\Swift_Mime_SimpleMessage::setSubject() |
Parameters
$subject
string
Returns
Set the to addresses of this message.
setTo(array $addresses, string $name) : \Swift_Mime_SimpleMessage
Inherited
If multiple recipients will receive the message and array should be used.
If $name is passed and the first parameter is a string, this name will be
associated with the address.
inherited_from |
\Swift_Mime_SimpleMessage::setTo() |
Parameters
$addresses
array
Returns
Write this message to a {@link Swift_InputByteStream}.
toByteStream(\Swift_InputByteStream $is)
Inherited
inherited_from |
\Swift_Mime_SimpleMessage::toByteStream() |
Parameters
Get this message as a complete string.
toString() : string
Inherited
inherited_from |
\Swift_Mime_SimpleMessage::toString() |
Returns
string
Empty the KeyCache for this entity.
_clearCache()
Inherited
inherited_from |
\Swift_Mime_SimpleMimeEntity::_clearCache() |
inherited_from |
\Swift_Mime_MimePart::_clearCache() |
inherited_from |
\Swift_Mime_SimpleMessage::_clearCache() |
Encode charset when charset is not utf-8
_convertString($string)
Inherited
inherited_from |
\Swift_Mime_MimePart::_convertString() |
inherited_from |
\Swift_Mime_SimpleMessage::_convertString() |
Parameters
$string
Get the KeyCache used in this entity.
_getCache()
Inherited
inherited_from |
\Swift_Mime_SimpleMimeEntity::_getCache() |
inherited_from |
\Swift_Mime_MimePart::_getCache() |
inherited_from |
\Swift_Mime_SimpleMessage::_getCache() |
Get the grammar used for validation.
_getGrammar() : \Swift_Mime_Grammar
Inherited
inherited_from |
\Swift_Mime_SimpleMimeEntity::_getGrammar() |
inherited_from |
\Swift_Mime_MimePart::_getGrammar() |
inherited_from |
\Swift_Mime_SimpleMessage::_getGrammar() |
Returns
Get the name of the header that provides the ID of this entity
_getIdField()
Inherited
Set the nesting level of this entity
_setNestingLevel($level)
Inherited
inherited_from |
\Swift_Mime_MimePart::_setNestingLevel() |
inherited_from |
\Swift_Mime_SimpleMessage::_setNestingLevel() |
Parameters
$level
Returns a random Content-ID or Message-ID.
getRandomId() : string
Inherited
inherited_from |
\Swift_Mime_SimpleMimeEntity::getRandomId() |
inherited_from |
\Swift_Mime_MimePart::getRandomId() |
inherited_from |
\Swift_Mime_SimpleMessage::getRandomId() |
Returns
string
_assertValidBoundary()
_assertValidBoundary($boundary)
Inherited
inherited_from |
\Swift_Mime_SimpleMimeEntity::_assertValidBoundary() |
inherited_from |
\Swift_Mime_MimePart::_assertValidBoundary() |
inherited_from |
\Swift_Mime_SimpleMessage::_assertValidBoundary() |
Parameters
$boundary
Throws an Exception if the id passed does not comply with RFC 2822.
_assertValidId(string $id)
Inherited
inherited_from |
\Swift_Mime_SimpleMimeEntity::_assertValidId() |
inherited_from |
\Swift_Mime_MimePart::_assertValidId() |
inherited_from |
\Swift_Mime_SimpleMessage::_assertValidId() |
Parameters
$id
string
Exceptions
Turn the body of this message into a child of itself if needed
_becomeMimePart()
Inherited
inherited_from |
\Swift_Mime_SimpleMessage::_becomeMimePart() |
_childSortAlgorithm()
_childSortAlgorithm($a, $b)
Inherited
inherited_from |
\Swift_Mime_SimpleMimeEntity::_childSortAlgorithm() |
inherited_from |
\Swift_Mime_MimePart::_childSortAlgorithm() |
inherited_from |
\Swift_Mime_SimpleMessage::_childSortAlgorithm() |
Parameters
$a
$b
_createChild()
_createChild()
Inherited
inherited_from |
\Swift_Mime_SimpleMimeEntity::_createChild() |
inherited_from |
\Swift_Mime_MimePart::_createChild() |
inherited_from |
\Swift_Mime_SimpleMessage::_createChild() |
_getCompoundLevel()
_getCompoundLevel($children)
Inherited
inherited_from |
\Swift_Mime_SimpleMimeEntity::_getCompoundLevel() |
inherited_from |
\Swift_Mime_MimePart::_getCompoundLevel() |
inherited_from |
\Swift_Mime_SimpleMessage::_getCompoundLevel() |
Parameters
$children
_getNeededChildLevel()
_getNeededChildLevel($child, $compoundLevel)
Inherited
inherited_from |
\Swift_Mime_SimpleMimeEntity::_getNeededChildLevel() |
inherited_from |
\Swift_Mime_MimePart::_getNeededChildLevel() |
inherited_from |
\Swift_Mime_SimpleMessage::_getNeededChildLevel() |
Parameters
$child
$compoundLevel
Get the highest nesting level nested inside this message
_getTopNestingLevel()
Inherited
inherited_from |
\Swift_Mime_SimpleMessage::_getTopNestingLevel() |
_notifyCharsetChanged()
_notifyCharsetChanged($charset)
Inherited
inherited_from |
\Swift_Mime_SimpleMimeEntity::_notifyCharsetChanged() |
inherited_from |
\Swift_Mime_MimePart::_notifyCharsetChanged() |
inherited_from |
\Swift_Mime_SimpleMessage::_notifyCharsetChanged() |
Parameters
$charset
_notifyEncoderChanged()
_notifyEncoderChanged(\Swift_Mime_ContentEncoder $encoder)
Inherited
inherited_from |
\Swift_Mime_SimpleMimeEntity::_notifyEncoderChanged() |
inherited_from |
\Swift_Mime_MimePart::_notifyEncoderChanged() |
inherited_from |
\Swift_Mime_SimpleMessage::_notifyEncoderChanged() |
Parameters
$encoder
_readStream()
_readStream(\Swift_OutputByteStream $os)
Inherited
inherited_from |
\Swift_Mime_SimpleMimeEntity::_readStream() |
inherited_from |
\Swift_Mime_MimePart::_readStream() |
inherited_from |
\Swift_Mime_SimpleMessage::_readStream() |
Parameters
$os
_setEncoding()
_setEncoding($encoding)
Inherited
inherited_from |
\Swift_Mime_SimpleMimeEntity::_setEncoding() |
inherited_from |
\Swift_Mime_MimePart::_setEncoding() |
inherited_from |
\Swift_Mime_SimpleMessage::_setEncoding() |
Parameters
$encoding
_sortChildren()
_sortChildren()
Inherited
inherited_from |
\Swift_Mime_SimpleMimeEntity::_sortChildren() |
inherited_from |
\Swift_Mime_MimePart::_sortChildren() |
inherited_from |
\Swift_Mime_SimpleMessage::_sortChildren() |
Properties
$_userCharset
Inherited
inherited_from |
\Swift_Mime_MimePart::$$_userCharset |
inherited_from |
\Swift_Mime_SimpleMessage::$$_userCharset |
$_userContentType
Inherited
inherited_from |
\Swift_Mime_SimpleMimeEntity::$$_userContentType |
inherited_from |
\Swift_Mime_MimePart::$$_userContentType |
inherited_from |
\Swift_Mime_SimpleMessage::$$_userContentType |
$_userDelSp
Inherited
inherited_from |
\Swift_Mime_MimePart::$$_userDelSp |
inherited_from |
\Swift_Mime_SimpleMessage::$$_userDelSp |
$_alternativePartOrder
Inherited
inherited_from |
\Swift_Mime_SimpleMimeEntity::$$_alternativePartOrder |
inherited_from |
\Swift_Mime_MimePart::$$_alternativePartOrder |
inherited_from |
\Swift_Mime_SimpleMessage::$$_alternativePartOrder |
$_body
Inherited
inherited_from |
\Swift_Mime_SimpleMimeEntity::$$_body |
inherited_from |
\Swift_Mime_MimePart::$$_body |
inherited_from |
\Swift_Mime_SimpleMessage::$$_body |
$_boundary
Inherited
inherited_from |
\Swift_Mime_SimpleMimeEntity::$$_boundary |
inherited_from |
\Swift_Mime_MimePart::$$_boundary |
inherited_from |
\Swift_Mime_SimpleMessage::$$_boundary |
$_cache
Inherited
inherited_from |
\Swift_Mime_SimpleMimeEntity::$$_cache |
inherited_from |
\Swift_Mime_MimePart::$$_cache |
inherited_from |
\Swift_Mime_SimpleMessage::$$_cache |
$_cacheKey
Inherited
inherited_from |
\Swift_Mime_SimpleMimeEntity::$$_cacheKey |
inherited_from |
\Swift_Mime_MimePart::$$_cacheKey |
inherited_from |
\Swift_Mime_SimpleMessage::$$_cacheKey |
$_children
Inherited
inherited_from |
\Swift_Mime_SimpleMimeEntity::$$_children |
inherited_from |
\Swift_Mime_MimePart::$$_children |
inherited_from |
\Swift_Mime_SimpleMessage::$$_children |
$_compositeRanges
Inherited
inherited_from |
\Swift_Mime_SimpleMimeEntity::$$_compositeRanges |
inherited_from |
\Swift_Mime_MimePart::$$_compositeRanges |
inherited_from |
\Swift_Mime_SimpleMessage::$$_compositeRanges |
$_compoundLevelFilters
Inherited
inherited_from |
\Swift_Mime_SimpleMimeEntity::$$_compoundLevelFilters |
inherited_from |
\Swift_Mime_MimePart::$$_compoundLevelFilters |
inherited_from |
\Swift_Mime_SimpleMessage::$$_compoundLevelFilters |
$_encoder
Inherited
inherited_from |
\Swift_Mime_SimpleMimeEntity::$$_encoder |
inherited_from |
\Swift_Mime_MimePart::$$_encoder |
inherited_from |
\Swift_Mime_SimpleMessage::$$_encoder |
$_grammar
Inherited
inherited_from |
\Swift_Mime_SimpleMimeEntity::$$_grammar |
inherited_from |
\Swift_Mime_MimePart::$$_grammar |
inherited_from |
\Swift_Mime_SimpleMessage::$$_grammar |
$_id
Inherited
inherited_from |
\Swift_Mime_SimpleMimeEntity::$$_id |
inherited_from |
\Swift_Mime_MimePart::$$_id |
inherited_from |
\Swift_Mime_SimpleMessage::$$_id |
$_maxLineLength
Inherited
inherited_from |
\Swift_Mime_SimpleMimeEntity::$$_maxLineLength |
inherited_from |
\Swift_Mime_MimePart::$$_maxLineLength |
inherited_from |
\Swift_Mime_SimpleMessage::$$_maxLineLength |
$_nestingLevel
Inherited
inherited_from |
\Swift_Mime_MimePart::$$_nestingLevel |
inherited_from |
\Swift_Mime_SimpleMessage::$$_nestingLevel |
Constants
An entity which nests with the same precedence as a mime part
LEVEL_ALTERNATIVE
Inherited
inherited_from |
\Swift_Mime_MimeEntity::LEVEL_ALTERNATIVE |
inherited_from |
\Swift_Mime_SimpleMimeEntity::LEVEL_ALTERNATIVE |
inherited_from |
\Swift_Mime_MimePart::LEVEL_ALTERNATIVE |
inherited_from |
\Swift_Mime_SimpleMessage::LEVEL_ALTERNATIVE |
An entity which nests with the same precedence as an attachment
LEVEL_MIXED
Inherited
inherited_from |
\Swift_Mime_MimeEntity::LEVEL_MIXED |
inherited_from |
\Swift_Mime_SimpleMimeEntity::LEVEL_MIXED |
inherited_from |
\Swift_Mime_MimePart::LEVEL_MIXED |
inherited_from |
\Swift_Mime_SimpleMessage::LEVEL_MIXED |
Main message document; there can only be one of these
LEVEL_TOP
Inherited
inherited_from |
\Swift_Mime_MimeEntity::LEVEL_TOP |
inherited_from |
\Swift_Mime_SimpleMimeEntity::LEVEL_TOP |
inherited_from |
\Swift_Mime_MimePart::LEVEL_TOP |
inherited_from |
\Swift_Mime_SimpleMessage::LEVEL_TOP |