메소드 | 설명 | |
---|---|---|
__construct ( string $name, Swift_Mime_HeaderEncoder $encoder, Swift_Mime_Grammar $grammar ) | Creates a new SimpleHeader with $name. | |
getFieldBody ( ) : string | Get the value of this header prepared for rendering. | |
getFieldBodyModel ( ) : string | Get the model for the field body. | |
getFieldType ( ) : integer | Get the type of Header that this instance represents. | |
getValue ( ) : string | Get the (unencoded) value of this header. | |
setFieldBodyModel ( string $model ) | Set the model for the field body. | |
setValue ( string $value ) | Set the (unencoded) value of this header. |
public __construct ( string $name, Swift_Mime_HeaderEncoder $encoder, Swift_Mime_Grammar $grammar ) | ||
$name | string | |
$encoder | Swift_Mime_HeaderEncoder | |
$grammar | Swift_Mime_Grammar |
public getFieldBody ( ) : string | ||
리턴 | string |
public getFieldBodyModel ( ) : string | ||
리턴 | string |
public getFieldType ( ) : integer | ||
리턴 | integer |
public setFieldBodyModel ( string $model ) | ||
$model | string |