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