XOOPS RMCommon Utilities
2.1.8.91RC
|
Public Member Functions | |
__construct ($subject=null, $body=null, $contentType=null, $charset=null) | |
addPart ($body, $contentType=null, $charset=null) | |
Public Member Functions inherited from Swift_Mime_MimePart | |
__construct (Swift_Mime_HeaderSet $headers, Swift_Mime_ContentEncoder $encoder, Swift_KeyCache $cache, $charset=null) | |
charsetChanged ($charset) | |
getCharset () | |
getDelSp () | |
getFormat () | |
getNestingLevel () | |
setBody ($body, $contentType=null, $charset=null) | |
setCharset ($charset) | |
setDelSp ($delsp=true) | |
setFormat ($format) | |
Public Member Functions inherited from Swift_Mime_SimpleMimeEntity | |
__construct (Swift_Mime_HeaderSet $headers, Swift_Mime_ContentEncoder $encoder, Swift_KeyCache $cache) | |
__destruct () | |
__toString () | |
charsetChanged ($charset) | |
encoderChanged (Swift_Mime_ContentEncoder $encoder) | |
generateId () | |
getBody () | |
getBoundary () | |
getChildren () | |
getContentType () | |
getDescription () | |
getEncoder () | |
getHeaders () | |
getId () | |
getMaxLineLength () | |
getNestingLevel () | |
setBody ($body, $contentType=null) | |
setBoundary ($boundary) | |
setChildren (array $children, $compoundLevel=null) | |
setContentType ($type) | |
setDescription ($description) | |
setEncoder (Swift_Mime_ContentEncoder $encoder) | |
setId ($id) | |
setMaxLineLength ($length) | |
toByteStream (Swift_InputByteStream $is) | |
toString () | |
Public Member Functions inherited from Swift_Mime_MimeEntity | |
setChildren (array $children) | |
Static Public Member Functions | |
static | newInstance ($subject=null, $body=null, $contentType=null, $charset=null) |
Additional Inherited Members | |
Public Attributes inherited from Swift_Mime_MimeEntity | |
const | LEVEL_ALTERNATIVE = 4096 |
const | LEVEL_MIXED = 256 |
const | LEVEL_RELATED = 65536 |
const | LEVEL_TOP = 16 |
Protected Attributes inherited from Swift_Mime_MimePart | |
$_userCharset | |
$_userDelSp | |
$_userFormat | |
Definition at line 21 of file Message.php.
Swift_Message::__construct | ( | $subject = null , |
|
$body = null , |
|||
$contentType = null , |
|||
$charset = null |
|||
) |
Create a new Message. Details may be optionally passed into the constructor.
string | $subject | |
string | $body | |
string | $contentType | |
string | $charset |
Definition at line 32 of file Message.php.
References Swift_DependencyContainer\getInstance(), Swift_Mime_MimePart\setBody(), Swift_Mime_MimePart\setCharset(), Swift_Mime_SimpleMimeEntity\setContentType(), and Swift_Mime_SimpleMessage\setSubject().
Swift_Message::addPart | ( | $body, | |
$contentType = null , |
|||
$charset = null |
|||
) |
Add a MimePart to this Message.
string | Swift_OutputByteStream | $body | |
string | $contentType | |
string | $charset |
Definition at line 75 of file Message.php.
References Swift_Mime_SimpleMessage\attach(), and Swift_MimePart\newInstance().
|
static |
Create a new Message.
string | $subject | |
string | $body | |
string | $contentType | |
string | $charset |
Definition at line 63 of file Message.php.
Referenced by RMMailer\__construct().