Class Swift_Mime_Headers_OpenDKIMHeader

InheritanceSwift_Mime_Headers_OpenDKIMHeader
ImplementsSwift_Mime_Header

An OpenDKIM Specific Header using only raw header datas without encoding.

Public Methods

Hide inherited methods

MethodDescriptionDefined By
__construct() Creates a new SimpleHeader with $name. Swift_Mime_Headers_OpenDKIMHeader
getFieldBody() Get the value of this header prepared for rendering. Swift_Mime_Headers_OpenDKIMHeader
getFieldBodyModel() Get the model for the field body. Swift_Mime_Headers_OpenDKIMHeader
getFieldName() Set the Header FieldName. Swift_Mime_Headers_OpenDKIMHeader
getFieldType() Get the type of Header that this instance represents. Swift_Mime_Headers_OpenDKIMHeader
getValue() Get the (unencoded) value of this header. Swift_Mime_Headers_OpenDKIMHeader
setCharset() Ignored. Swift_Mime_Headers_OpenDKIMHeader
setFieldBodyModel() Set the model for the field body. Swift_Mime_Headers_OpenDKIMHeader
setValue() Set the (unencoded) value of this header. Swift_Mime_Headers_OpenDKIMHeader
toString() Get this Header rendered as a RFC 2822 compliant string. Swift_Mime_Headers_OpenDKIMHeader

Method Details

__construct() public method

Creates a new SimpleHeader with $name.

public void __construct ( $name )
$name string
getFieldBody() public method

Get the value of this header prepared for rendering.

public string getFieldBody ( )
getFieldBodyModel() public method

Get the model for the field body.

This method returns a string.

public string getFieldBodyModel ( )
getFieldName() public method

Set the Header FieldName.

See also Swift_Mime_Header::getFieldName().

public void getFieldName ( )
getFieldType() public method

Get the type of Header that this instance represents.

See also:

  • [[TYPE_TEXT,]] TYPE_PARAMETERIZED, TYPE_MAILBOX.
  • [[TYPE_DATE,]] TYPE_ID, TYPE_PATH.
public int getFieldType ( )
getValue() public method

Get the (unencoded) value of this header.

public string getValue ( )
setCharset() public method

Ignored.

public void setCharset ( $charset )
$charset
setFieldBodyModel() public method

Set the model for the field body.

This method takes a string for the field value.

public void setFieldBodyModel ( $model )
$model string
setValue() public method

Set the (unencoded) value of this header.

public void setValue ( $value )
$value string
toString() public method

Get this Header rendered as a RFC 2822 compliant string.

public string toString ( )