Method | Description | |
---|---|---|
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. |
public getFieldBody ( ) : string | ||
return | string |
public getFieldBodyModel ( ) : mixed | ||
return | mixed |
public getFieldName ( ) : string | ||
return | string |
public getFieldType ( ) : integer | ||
return | integer |
public setCharset ( string $charset ) | ||
$charset | string |
public setFieldBodyModel ( mixed $model ) | ||
$model | mixed |