Method |
Description |
|
__clone ( ) |
Clone Message Signers. |
|
__construct ( string $subject = null, string $body = null, string $contentType = null, string $charset = null ) |
Create a new Message. |
|
__wakeup ( ) |
|
|
addPart ( string | Swift_OutputByteStream $body, string $contentType = null, string $charset = null ) : Swift_Mime_SimpleMessage |
Add a MimePart to this Message. |
|
attachSigner ( Swift_Signer $signer ) : Swift_Message |
Detach a signature handler from a message. |
|
detachSigner ( Swift_Signer $signer ) : Swift_Message |
Attach a new signature handler to the message. |
|
toByteStream ( Swift_InputByteStream $is ) |
Write this message to a {@link Swift_InputByteStream}. |
|
toString ( ) : string |
Get this message as a complete string. |
|