TYPO3  7.6
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 
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 }