Interface Swift_Mime_Header
A MIME Header.
Indirect known implementers
Swift_Mime_Headers_DateHeader, Swift_Mime_Headers_IdentificationHeader, Swift_Mime_Headers_MailboxHeader, Swift_Mime_Headers_ParameterizedHeader, Swift_Mime_Headers_PathHeader, Swift_Mime_Headers_UnstructuredHeader
Package: Swift\Mime
Author: Chris Corbyn
Located at classes/swiftmailer/lib/classes/Swift/Mime/Header.php
Author: Chris Corbyn
Located at classes/swiftmailer/lib/classes/Swift/Mime/Header.php
public
integer
|
|
public
|
#
setFieldBodyModel( mixed $model )
Set the model for the field body. The actual types needed will vary depending upon the type of Header. |
public
|
|
public
mixed
|
#
getFieldBodyModel( )
Get the model for the field body. The return type depends on the specifics of the Header. |
public
string
|
#
getFieldName( )
Get the name of this header (e.g. Subject). The name is an identifier and as such will be immutable. |
public
string
|
|
public
string
|
integer |
TYPE_TEXT
Text headers |
#
2
|
integer |
TYPE_PARAMETERIZED
Parameterized headers (text + params) |
#
6
|
integer |
TYPE_MAILBOX
Mailbox and address headers |
#
8
|
integer |
TYPE_DATE
Date and time headers |
#
16
|
integer |
TYPE_ID
Identification headers |
#
32
|
integer |
TYPE_PATH
Address path headers |
#
64
|