PHP Класс Swift_Mime_Headers_OpenDKIMHeader

Автор: De Cock Xavier ([email protected])
Наследование: implements Swift_Mime_Header
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
__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.

Описание методов

__construct() публичный Метод

public __construct ( string $name )
$name string

getFieldBody() публичный Метод

Get the value of this header prepared for rendering.
public getFieldBody ( ) : string
Результат string

getFieldBodyModel() публичный Метод

This method returns a string.
public getFieldBodyModel ( ) : string
Результат string

getFieldName() публичный Метод

Set the Header FieldName.
См. также: Swift_Mime_Header::getFieldName()
public getFieldName ( )

getFieldType() публичный Метод

Get the type of Header that this instance represents.
public getFieldType ( ) : integer
Результат integer

getValue() публичный Метод

Get the (unencoded) value of this header.
public getValue ( ) : string
Результат string

setCharset() публичный Метод

Ignored.
public setCharset ( $charset )

setFieldBodyModel() публичный Метод

This method takes a string for the field value.
public setFieldBodyModel ( string $model )
$model string

setValue() публичный Метод

Set the (unencoded) value of this header.
public setValue ( string $value )
$value string

toString() публичный Метод

Get this Header rendered as a RFC 2822 compliant string.
public toString ( ) : string
Результат string