Class Swift_Mime_MimePart
A MIME part, in a multipart message.
- Swift_Mime_SimpleMimeEntity implements Swift_Mime_MimeEntity
-
Swift_Mime_MimePart
Direct known subclasses
Indirect known subclasses
Author: Chris Corbyn
Located at vendors/swiftmailer/lib/classes/Swift/Mime/MimePart.php
Methods summary
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
|
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
protected
mixed
|
$_userFormat |
#
The format parameter last specified by the user |
protected
mixed
|
$_userCharset |
#
The charset last specified by the user |
protected
mixed
|
$_userDelSp |
#
The delsp parameter last specified by the user |
private
integer
|
$_nestingLevel |
#
The nesting level of this MimePart |