XOOPS RMCommon Utilities  2.1.8.91RC
 All Classes Namespaces Files Functions Variables
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 
18 {
19 
21  const TYPE_TEXT = 2;
22 
24  const TYPE_PARAMETERIZED = 6;
25 
27  const TYPE_MAILBOX = 8;
28 
30  const TYPE_DATE = 16;
31 
33  const TYPE_ID = 32;
34 
36  const TYPE_PATH = 64;
37 
44  public function getFieldType();
45 
51  public function setFieldBodyModel($model);
52 
57  public function setCharset($charset);
58 
64  public function getFieldBodyModel();
65 
71  public function getFieldName();
72 
77  public function getFieldBody();
78 
83  public function toString();
84 
85 }