Class Swift_Mime_MimePart
A MIME part, in a multipart message.
- Swift_Mime_SimpleMimeEntity implements Swift_Mime_MimeEntity
- Swift_Mime_MimePart
Indirect known subclasses
Swift_Message
Package: Swift\Mime
Author: Chris Corbyn
Located at classes/swiftmailer/lib/classes/Swift/Mime/MimePart.php
Author: Chris Corbyn
Located at classes/swiftmailer/lib/classes/Swift/Mime/MimePart.php
public
|
#
__construct(
Create a new MimePart with $headers, $encoder and $cache. |
public
|
#
setBody( mixed $body, string $contentType = null, string $charset = null )
Set the body of this entity, either as a string, or as an instance of
|
public
string
|
|
public
|
|
public
string
|
|
public
|
|
public
boolean
|
|
public
|
|
public
integer
|
|
public
|
#
charsetChanged( string $charset )
Receive notification that the charset has changed on this document, or a parent document. |
protected
|
|
protected
|
|
protected
|
LEVEL_ALTERNATIVE,
LEVEL_MIXED,
LEVEL_RELATED,
LEVEL_TOP
|
protected
|
$_userFormat
The format parameter last specified by the user |
|
protected
|
$_userCharset
The charset last specified by the user |
|
protected
|
$_userDelSp
The delsp parameter last specified by the user |
|
private
integer
|
$_nestingLevel
The nesting level of this MimePart |
$_userContentType
|