Description
Swift_Mime_SimpleMimeEntity
|
--Swift_Mime_MimePart
Located in File: /vendors/swiftMailer/classes/Swift/Mime/MimePart.php
A MIME part, in a multipart message.
Classes extended from Swift_Mime_MimePart:
- Swift_Mime_SimpleMessage
- The default email message class.
- Swift_MimePart
- A MIME part, in a multipart message.
Method Detail
Summary:
void
setBody
(
mixed $body, [
string $contentType =
null], [
string $charset =
null])
Method charsetChanged (line 165)
void charsetChanged(
string
$charset)
Overrides : Swift_Mime_SimpleMimeEntity::charsetChanged() Receive notification that the charset of this entity, or a parent entity has changed.
Receive notification that the charset has changed on this document, or a parent document.
Parameters
Info
Method getCharset (line 80)
string getCharset(
)
Get the character set of this entity.
Info
Method getDelSp (line 129)
boolean getDelSp(
)
Test if delsp is being used for this entity.
Info
Method getFormat (line 107)
string getFormat(
)
Get the format of this entity (i.e. flowed or fixed).
Info
Method setBody (line 65)
void setBody(
mixed
$body, [string
$contentType = null], [string
$charset = null])
Overrides : Swift_Mime_SimpleMimeEntity::setBody() Set the body of this entity, either as a string, or as an instance of Swift_OutputByteStream.
Set the body of this entity, either as a string, or as an instance of Swift_OutputByteStream.
Parameters
- mixed $body:
- string $contentType: optional
- string $charset: optional
Info
Method setCharset (line 90)
void setCharset(
string
$charset)
Set the character set of this entity.
Parameters
Info
Method setDelSp (line 141)
void setDelSp(
[boolean
$delsp = true])
Turn delsp on or off for this entity.
Parameters
Info
Method setFormat (line 117)
void setFormat(
string
$format)
Set the format of this entity (flowed or fixed).
Parameters
Info
Method _fixHeaders (line 173)
void _fixHeaders(
)
Overrides : Swift_Mime_SimpleMimeEntity::_fixHeaders() Re-evaluate what content type and encoding should be used on this entity.
Fix the content-type and encoding of this entity
Info
Method _setNestingLevel (line 191)
void _setNestingLevel(
$level)
Set the nesting level of this entity
Parameters
Info