PHP 클래스 Swift_Mime_Headers_OpenDKIMHeader

저자: De Cock Xavier ([email protected])
상속: implements Swift_Mime_Header
파일 보기 프로젝트 열기: swiftmailer/swiftmailer 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( string $name )
getFieldBody ( ) : string Get the value of this header prepared for rendering.
getFieldBodyModel ( ) : string Get the model for the field body.
getFieldName ( ) Set the Header FieldName.
getFieldType ( ) : integer Get the type of Header that this instance represents.
getValue ( ) : string Get the (unencoded) value of this header.
setCharset ( $charset ) Ignored.
setFieldBodyModel ( string $model ) Set the model for the field body.
setValue ( string $value ) Set the (unencoded) value of this header.
toString ( ) : string Get this Header rendered as a RFC 2822 compliant string.

메소드 상세

__construct() 공개 메소드

public __construct ( string $name )
$name string

getFieldBody() 공개 메소드

Get the value of this header prepared for rendering.
public getFieldBody ( ) : string
리턴 string

getFieldBodyModel() 공개 메소드

This method returns a string.
public getFieldBodyModel ( ) : string
리턴 string

getFieldName() 공개 메소드

Set the Header FieldName.
또한 보기: Swift_Mime_Header::getFieldName()
public getFieldName ( )

getFieldType() 공개 메소드

Get the type of Header that this instance represents.
public getFieldType ( ) : integer
리턴 integer

getValue() 공개 메소드

Get the (unencoded) value of this header.
public getValue ( ) : string
리턴 string

setCharset() 공개 메소드

Ignored.
public setCharset ( $charset )

setFieldBodyModel() 공개 메소드

This method takes a string for the field value.
public setFieldBodyModel ( string $model )
$model string

setValue() 공개 메소드

Set the (unencoded) value of this header.
public setValue ( string $value )
$value string

toString() 공개 메소드

Get this Header rendered as a RFC 2822 compliant string.
public toString ( ) : string
리턴 string