Class Swift_MimePart
A MIME part, in a multipart message.
- Swift_Mime_SimpleMimeEntity implements Swift_Mime_MimeEntity
-
Swift_Mime_MimePart
-
Swift_MimePart
Author: Chris Corbyn
Located at vendors/swiftmailer/lib/classes/Swift/MimePart.php
Methods summary
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. |
Methods inherited from Swift_Mime_MimePart
_convertString(),
_fixHeaders(),
_setNestingLevel(),
charsetChanged(),
getCharset(),
getDelSp(),
getFormat(),
getNestingLevel(),
setBody(),
setCharset(),
setDelSp(),
setFormat()
Methods inherited from Swift_Mime_SimpleMimeEntity
__destruct(),
__toString(),
_clearCache(),
_getCache(),
_getGrammar(),
_getHeaderFieldModel(),
_getHeaderParameter(),
_getIdField(),
_setHeaderFieldModel(),
_setHeaderParameter(),
encoderChanged(),
generateId(),
getBody(),
getBoundary(),
getChildren(),
getContentType(),
getDescription(),
getEncoder(),
getHeaders(),
getId(),
getMaxLineLength(),
getRandomId(),
setBoundary(),
setChildren(),
setContentType(),
setDescription(),
setEncoder(),
setId(),
setMaxLineLength(),
toByteStream(),
toString()
Magic methods summary
Constants summary
Constants inherited from Swift_Mime_MimeEntity
LEVEL_ALTERNATIVE,
LEVEL_MIXED,
LEVEL_RELATED,
LEVEL_TOP
Properties summary
Properties inherited from Swift_Mime_MimePart
$_userCharset,
$_userDelSp,
$_userFormat