PHP 인터페이스 Swift_Mime_Header, Halite

저자: Chris Corbyn
파일 보기 프로젝트 열기: HaliteChallenge/Halite 0 사용 예제들

공개 메소드들

메소드 설명
getFieldBody ( ) : string Get the field body, prepared for folding into a final header value.
getFieldBodyModel ( ) : mixed Get the model for the field body.
getFieldName ( ) : string Get the name of this header (e.g. Subject).
getFieldType ( ) : integer Get the type of Header that this instance represents.
setCharset ( string $charset ) Set the charset used when rendering the Header.
setFieldBodyModel ( mixed $model ) Set the model for the field body.
toString ( ) : string Get this Header rendered as a compliant string.

메소드 상세

getFieldBody() 공개 메소드

Get the field body, prepared for folding into a final header value.
public getFieldBody ( ) : string
리턴 string

getFieldBodyModel() 공개 메소드

The return type depends on the specifics of the Header.
public getFieldBodyModel ( ) : mixed
리턴 mixed

getFieldName() 공개 메소드

The name is an identifier and as such will be immutable.
public getFieldName ( ) : string
리턴 string

getFieldType() 공개 메소드

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

setCharset() 공개 메소드

Set the charset used when rendering the Header.
public setCharset ( string $charset )
$charset string

setFieldBodyModel() 공개 메소드

The actual types needed will vary depending upon the type of Header.
public setFieldBodyModel ( mixed $model )
$model mixed

toString() 공개 메소드

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