[ Index ] |
MailPress 7.2 |
[ Index ] [ Classes ] [ Functions ] [ Variables ] [ Constants ] [ Statistics ] |
[Source view] [Print] [Project Stats]
(no description)
File Size: | 199 lines (5 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
Swift_Mime_MimePart:: (13 methods):
__construct()
setBody()
getCharset()
setCharset()
getFormat()
setFormat()
getDelSp()
setDelSp()
getNestingLevel()
charsetChanged()
fixHeaders()
setNestingLevel()
convertString()
Class: Swift_Mime_MimePart - X-Ref
A MIME part, in a multipart message.__construct(Swift_Mime_SimpleHeaderSet $headers, Swift_Mime_ContentEncoder $encoder, Swift_KeyCache $cache, Swift_IdGenerator $idGenerator, $charset = null) X-Ref |
Create a new MimePart with $headers, $encoder and $cache. param: string $charset |
setBody($body, $contentType = null, $charset = null) X-Ref |
Set the body of this entity, either as a string, or as an instance of {@link Swift_OutputByteStream}. param: mixed $body param: string $contentType optional param: string $charset optional return: $this |
getCharset() X-Ref |
Get the character set of this entity. return: string |
setCharset($charset) X-Ref |
Set the character set of this entity. param: string $charset return: $this |
getFormat() X-Ref |
Get the format of this entity (i.e. flowed or fixed). return: string |
setFormat($format) X-Ref |
Set the format of this entity (flowed or fixed). param: string $format return: $this |
getDelSp() X-Ref |
Test if delsp is being used for this entity. return: bool |
setDelSp($delsp = true) X-Ref |
Turn delsp on or off for this entity. param: bool $delsp return: $this |
getNestingLevel() X-Ref |
Get the nesting level of this entity. return: int |
charsetChanged($charset) X-Ref |
Receive notification that the charset has changed on this document, or a parent document. param: string $charset |
fixHeaders() X-Ref |
No description |
setNestingLevel($level) X-Ref |
No description |
convertString($string) X-Ref |
No description |
Generated: Tue May 19 15:55:14 2020 | Cross-referenced by PHPXref 0.7.1 |