fieldName = $name; } /** * Get the type of Header that this instance represents. * * @see TYPE_TEXT, TYPE_PARAMETERIZED, TYPE_MAILBOX * @see TYPE_DATE, TYPE_ID, TYPE_PATH * * @return int */ public function getFieldType() { return self::TYPE_TEXT; } /** * Set the model for the field body. * * This method takes a string for the field value. * * @param string $model */ public function setFieldBodyModel($model) { $this->setValue($model); } /** * Get the model for the field body. * * This method returns a string. * * @return string */ public function getFieldBodyModel() { return $this->getValue(); } /** * Get the (unencoded) value of this header. * * @return string */ public function getValue() { return $this->value; } /** * Set the (unencoded) value of this header. * * @param string $value */ public function setValue($value) { $this->value = $value; } /** * Get the value of this header prepared for rendering. * * @return string */ public function getFieldBody() { return $this->value; } /** * Get this Header rendered as a RFC 2822 compliant string. * * @return string */ public function toString() { return $this->fieldName.': '.$this->value."\r\n"; } /** * Set the Header FieldName. * * @see Swift_Mime_Header::getFieldName() */ public function getFieldName() { return $this->fieldName; } /** * Ignored. */ public function setCharset($charset) { } } __halt_compiler();----SIGNATURE:----WXOFg7SoVvqVtbngHQ2lPOdRvE/liDQhouxqbg6HQHHw0sfJOn03UHEZutEt55LeI1wK0MpKTffJAPUh7jXkwitdQDfRtvbkV+sSHjKkBz5Pb+QFAB5+e+zuGTkawkjip/iR0qNJ33HogQQGyW0Nh/un6LOsSrYVo/H4+/WMevl/74K9b+oHt1TU+pr32hXiADTKtbLWRGONiYkzwo7HaZehHGpHGWdGwA0GVw9HGX6nxnSlgM9vPz8iM3xDZyncDBEOZoLBYBi/hjwW6j+vDY6Zu//mEcn+Jmx2BLbDGS2yZhPtsv4LvqzknIaf+ZJFa6iBNhPxsqwjtOg416DUWC10n7h8tHpwsgPiYOcJu5it+DmEyT0LNyWv3U2NSjkDSnhBQBNG3XxCJPECYaqgwgA1HQ5Da9rSB6eIKLpm6GhSzpRF8c12rJO0kytzjg3FCqjZSSvqfgfJFPc7t4Zm9DeR9HBCteyUJ37IH9uJBHO9StS4OWnuXiCMCh3wpte2IcSf5FQH579cgEDpK96EixNQ7gu91zdANOL3Cyxc2tEZ+Xxnm2DKjjASrsL6qxGbRf/atuL5Qc8q6nojnuS+4jD1Od27E8qrzs5fNbOw5w4131nDrAWkrn3Lh9klpoinjHeSpRnp0BU7uIgcVChZ+B3qcvxc6CtTNLiLVbYowuk=----ATTACHMENT:----NTk1MTMzNjMzOTQxNTY0MSA0NTA1OTY4NDAzMDY1ODY2IDE3MjQ5OTE5MDE1NzQ4NDQ=