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