PHP Class MimeEntityFixture, Halite

Inheritance: implements Swift_Mime_MimeEntity
Afficher le fichier Open project: HaliteChallenge/Halite

Méthodes publiques

Méthode 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 méthode

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

charsetChanged() public méthode

public charsetChanged ( $charset )

encoderChanged() public méthode

public encoderChanged ( Swift_Mime_ContentEncoder $encoder )
$encoder Swift_Mime_ContentEncoder

getBody() public méthode

public getBody ( )

getChildren() public méthode

public getChildren ( )

getContentType() public méthode

public getContentType ( )

getHeaders() public méthode

public getHeaders ( )

getId() public méthode

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

getNestingLevel() public méthode

public getNestingLevel ( )

setBody() public méthode

public setBody ( $body, $contentType = null )

setChildren() public méthode

public setChildren ( array $children )
$children array

toByteStream() public méthode

public toByteStream ( Swift_InputByteStream $is )
$is Swift_InputByteStream

toString() public méthode

public toString ( )