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