TYPO3
7.6
|
Static Public Member Functions | |
static | newInstance ($body=null, $contentType=null, $charset=null) |
Additional Inherited Members | |
Public Attributes inherited from Swift_Mime_MimeEntity | |
const | LEVEL_TOP = 16 |
const | LEVEL_MIXED = 256 |
const | LEVEL_ALTERNATIVE = 4096 |
const | LEVEL_RELATED = 65536 |
Protected Member Functions inherited from Swift_Mime_MimePart | |
_fixHeaders () | |
_setNestingLevel ($level) | |
_convertString ($string) | |
Protected Attributes inherited from Swift_Mime_MimePart | |
$_userFormat | |
$_userCharset | |
$_userDelSp | |
A MIME part, in a multipart message.
Definition at line 16 of file MimePart.php.
__construct | ( | $body = null , |
|
$contentType = null , |
|||
$charset = null |
|||
) |
Create a new MimePart.
Details may be optionally passed into the constructor.
string | $body | |
string | $contentType | |
string | $charset |
Definition at line 27 of file MimePart.php.
References Swift_DependencyContainer\getInstance(), Swift_Mime_MimePart\setBody(), Swift_Mime_MimePart\setCharset(), and Swift_Mime_SimpleMimeEntity\setContentType().
|
static |
Create a new MimePart.
string | $body | |
string | $contentType | |
string | $charset |
Definition at line 55 of file MimePart.php.
Referenced by Swift_Message\addPart().