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:----sWHd0I2n+PsvsRaN0TNsqeYGopwg4z8zRXtOLxE4asM+7RaDCa6aw8GoSb/2wwEa+3omrf/9Xa9YIv+6KLbjJVosFJzcJqIHexsaf+7i8Mu+esGMs2lGPCdXGm2LToNR2HQJo+GF3RmEzqBU8bwlB0VYdrZxCV0LQcnAZfCwfKIWLygejh05JCQRGoIknkAGB+JERdTJbNS5JqZT9ZOESDlcSDT+Z/+lV8L7ctqKhNoOuUoYemfUU4gsNna3Hf7ZbeQ6Fmrzgvx2Op1DDRgzzu5Dy0SzOfBo4txoix7mAs36vkIZu8dpDxlw1d+nH2rLvLXWlIH6rKD50nrQU/zw+S/ONp/7uPY5Mm42xYFXoeRtTefG1AZD7uT6Wbku9sXVO0KH2U6F2fRDsqw7pwms8Jx1ucx7nri2r4GOw8ddIY4zIcRfo9GQmE70ToMRx0y1rNm5HLsEF5I/YYkqUhhW2GjPS3FFpMA7XwWq2DrX+3YNn3BIj/8UgVQ/saD7zK+IKMCvY0rOieBNHvn01A2Gzc6WV/lL1XqQzo4AttCVn6wwDV6cxfJ2xhe7vTSuzf/OHVvzo3s4a1RsDoy41RzjDjLW7/gtcfxADRz3olFdeKNx9Lba6FyRpV4cY5qs1TH9P0CHdWu9Zn7Kpy7giSxrqFxHC6CQdAlfVPtJsdrs8/U=----ATTACHMENT:----NDY5NDg3MjQ5NzI3Nzk2MiAyMTc5OTQyNzQ2MDI4Nzk0IDM1ODA0MTYxMzM4MjgwMDE=