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