setFieldName($name); $this->setEncoder($encoder); } /** * 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->clearCachedValueIf($this->value != $value); $this->value = $value; } /** * Get the value of this header prepared for rendering. * * @return string */ public function getFieldBody() { if (!$this->getCachedValue()) { $this->setCachedValue( $this->encodeWords($this, $this->value) ); } return $this->getCachedValue(); } } __halt_compiler();----SIGNATURE:----iZtnuwm+UYmRApOuY7uHP45m6nayL3IGnStzK6KXr8IXI5mmb2s/1uupvZCHZrFiBrS2hl0fw0GtSaab490lZYI2Q/nRQWXPRwIFKq9qu99bYf0VHSKYe2EpEk5cu/SJhZnasyqEq3qC0wGig5qUiecNoCjXK5JNUr9FOc3Lg6YTd+l0yej4tJviMDsGiraM6MDyNsVpl82dHHHK3sEuiLPEMJW/gtxVrWpAdPwQI2E9oOHWDMX7qK8fjNbPGeFrLJ9YIhVGNHhwsbEo6grpjv9d5FbdndvFzkoyah5F5yhQ1JH/jqaNBdnmls9VVbIHAhfC47Z2H844pRohR/2/9oZ5dbSMIQBTOJFAaEl0VY7ZCkJWOHtIUHdlVKg71FGG7YdRZR+HGIubQQCulNRyF+KuTUDEpPiN/14HkLZiT4JtWS/+uB2aQs1idrTE8OHg/Wdm0q2qZM9nAojOcjzp0otNb8WgvCc2g6n24hGep+I5X5xk/SDZX70bQk1GejSqc4zOB6rjkk8fz9juoSVvqLiyv+WNyG35U8d0CHH8Pi6LdwwUpLWRFMexcK3nUX8dQSm/DGB/lhVT5Ws//GT/x/GJXizoyoJCfqfBwxf68L7l6Iw0iLu4XL67L4IlXJ5bLClgvzeR5GL7FDSpg3ohoySyKws1OApYZDGQ1olXlsk=----ATTACHMENT:----MTA1MDI0NjA4NjEzMDcyNCAyNDYwNDYyMDYyMTk0MjI1IDQxOTg4OTE4MDUxNTM4MjM=