TYPO3
7.6
Users
bogdan
Projects
Kapeli
Resources
Dash
Docsets
TYPO3
src
vendor
swiftmailer
swiftmailer
lib
classes
Swift
Mime
Header.php
Go to the documentation of this file.
1
<?php
2
3
/*
4
* This file is part of SwiftMailer.
5
* (c) 2004-2009 Chris Corbyn
6
*
7
* For the full copyright and license information, please view the LICENSE
8
* file that was distributed with this source code.
9
*/
10
16
interface
Swift_Mime_Header
17
{
19
const
TYPE_TEXT
= 2;
20
22
const
TYPE_PARAMETERIZED
= 6;
23
25
const
TYPE_MAILBOX
= 8;
26
28
const
TYPE_DATE
= 16;
29
31
const
TYPE_ID
= 32;
32
34
const
TYPE_PATH
= 64;
35
44
public
function
getFieldType
();
45
53
public
function
setFieldBodyModel
($model);
54
60
public
function
setCharset
($charset);
61
69
public
function
getFieldBodyModel
();
70
78
public
function
getFieldName
();
79
85
public
function
getFieldBody
();
86
92
public
function
toString
();
93
}
Generated on Wed Nov 11 2015 01:51:57 for TYPO3 by
1.8.3