3 declare(strict_types=1);
54 private $markMatchingVariants;
60 private $productProjectionParameters;
116 return $this->offset;
127 return $this->markMatchingVariants;
150 return $this->facets;
171 $this->query = $query;
193 $this->limit = $limit;
204 $this->offset = $offset;
215 $this->markMatchingVariants = $markMatchingVariants;
226 $this->productProjectionParameters = $productProjectionParameters;
237 $this->facets = $facets;
248 $this->postFilter = $postFilter;
259 $this->query = $query;
270 $this->productProjectionParameters = $productProjectionParameters;
281 $this->postFilter = $postFilter;
293 $this->markMatchingVariants,