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:----ovkXQ1JQJ5uCJsPXk/RsAL7SjVph4jdbtlYaZ3sKmpWkJUFPzF239Iy/vzPUyTdj8ewAT80DpcioOV/u+FXiMtsPEKJ7k3L+zzJaqIQADhS+WgZKakv2QXc2oMakU6GttDQ0KQrotSpBHu2KLZepQuouMKyK5suJa01pdQldYYG8uCsm8yQJLoKYb0u/f6lhW2timVqB3CfExFbqYwgzE71P7wKqLZYyZQO7f2J1nT5hiUoa2neyn/G+q3aA7qiFqSG7+O1XcThcxXq5AFrpfKdfPRYNdFxck6IZYpELyWFK6VBz27TOWJU7QTMX9YzGBe5v0Z9ue7Q3zrmyhrNGksR7EAcNsSm1E52k3Fg+V2tVquJiI4fr2M6PbpSGcvYdKxPdhuo82Q0boYu6G3ZKfu+fUJOZQnVwOmLf7cJihD0FqFyV6Svg/+CVNwmaHk5gSC/m+xnqflKbhfIdgrwQPOWBa/UoDmo1P+yJMlgxYyAihl8tNu6npkfHAY3Dqyuxw7cnERPDc5ug4cKGZNy9aU/RNkDo/jQXVzNOxV2E+PMUElhHd5ZCYUHVSWXldwhhHy0kO1q/ErrHfvzjQcdAUiarjU10yqGRkyAhdpTg2ZO7o7anE9qR4C0/a1rCBYb15x1LKC0im3ozt+PmKWwO2f7jlPE8NHLE4gba2uOKxgE=----ATTACHMENT:----ODQyMTAzMDkxNDg2MDg0MSA3NTg2NzYzMjAwNDUxNDIzIDQ0NjM4Mjg4NTA2MTgzNjU=