PHP Class MimeEntityFixture, Halite

Inheritance: implements Swift_Mime_MimeEntity
Mostra file Open project: HaliteChallenge/Halite

Public Methods

Method Description
__construct ( $level = null, $string = '', $contentType = null )
charsetChanged ( $charset )
encoderChanged ( Swift_Mime_ContentEncoder $encoder )
getBody ( )
getChildren ( )
getContentType ( )
getHeaders ( )
getId ( ) These methods are here to account for the implemented interfaces
getNestingLevel ( )
setBody ( $body, $contentType = null )
setChildren ( array $children )
toByteStream ( Swift_InputByteStream $is )
toString ( )

Method Details

__construct() public method

public __construct ( $level = null, $string = '', $contentType = null )

charsetChanged() public method

public charsetChanged ( $charset )

encoderChanged() public method

public encoderChanged ( Swift_Mime_ContentEncoder $encoder )
$encoder Swift_Mime_ContentEncoder

getBody() public method

public getBody ( )

getChildren() public method

public getChildren ( )

getContentType() public method

public getContentType ( )

getHeaders() public method

public getHeaders ( )

getId() public method

These methods are here to account for the implemented interfaces
public getId ( )

getNestingLevel() public method

public getNestingLevel ( )

setBody() public method

public setBody ( $body, $contentType = null )

setChildren() public method

public setChildren ( array $children )
$children array

toByteStream() public method

public toByteStream ( Swift_InputByteStream $is )
$is Swift_InputByteStream

toString() public method

public toString ( )