value = $value; } } public function getFieldName() { return 'Content-Disposition'; } public function getFieldValue() { return (string) $this->value; } public function toString() { return 'Content-Disposition: ' . $this->getFieldValue(); } }