Class Swift_MimePart
A MIME part, in a multipart message.
- Swift_Mime_SimpleMimeEntity implements Swift_Mime_MimeEntity
- Swift_Mime_MimePart
- Swift_MimePart
Package: Swift\Mime
Author: Chris Corbyn
Located at classes/swiftmailer/lib/classes/Swift/MimePart.php
Author: Chris Corbyn
Located at classes/swiftmailer/lib/classes/Swift/MimePart.php
public
|
#
__construct( string $body = null, string $contentType = null, string $charset = null )
Create a new MimePart. Details may be optionally passed into the constructor. |
public static
|
#
newInstance( string $body = null, string $contentType = null, string $charset = null )
Create a new MimePart. |
_convertString(),
_fixHeaders(),
_setNestingLevel(),
charsetChanged(),
getCharset(),
getDelSp(),
getFormat(),
getNestingLevel(),
setBody(),
setCharset(),
setDelSp(),
setFormat()
|
LEVEL_ALTERNATIVE,
LEVEL_MIXED,
LEVEL_RELATED,
LEVEL_TOP
|
$_userCharset,
$_userDelSp,
$_userFormat
|
$_userContentType
|