location = $location; } public function getLocation(): string { return $this->location; } public static function parse(HttpHeader $header): ContentLocationHeader { return new ContentLocationHeader(trim($header->getFirstLine())); } }