PHP 클래스 MimeEntityFixture, Halite

상속: implements Swift_Mime_MimeEntity
파일 보기 프로젝트 열기: HaliteChallenge/Halite

공개 메소드들

메소드 설명
__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 ( )

메소드 상세

__construct() 공개 메소드

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

charsetChanged() 공개 메소드

public charsetChanged ( $charset )

encoderChanged() 공개 메소드

public encoderChanged ( Swift_Mime_ContentEncoder $encoder )
$encoder Swift_Mime_ContentEncoder

getBody() 공개 메소드

public getBody ( )

getChildren() 공개 메소드

public getChildren ( )

getContentType() 공개 메소드

public getContentType ( )

getHeaders() 공개 메소드

public getHeaders ( )

getId() 공개 메소드

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

getNestingLevel() 공개 메소드

public getNestingLevel ( )

setBody() 공개 메소드

public setBody ( $body, $contentType = null )

setChildren() 공개 메소드

public setChildren ( array $children )
$children array

toByteStream() 공개 메소드

public toByteStream ( Swift_InputByteStream $is )
$is Swift_InputByteStream

toString() 공개 메소드

public toString ( )