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