3 declare(strict_types=1);
42 private $categoryOrderHints;
66 private $metaDescription;
72 private $metaKeywords;
78 private $masterVariant;
90 private $searchKeywords;
111 return $this->categories;
201 return $this->variants;
232 $this->categories = $categories;
243 $this->categoryOrderHints = $categoryOrderHints;
254 $this->description = $description;
276 $this->metaTitle = $metaTitle;
287 $this->metaDescription = $metaDescription;
298 $this->metaKeywords = $metaKeywords;
309 $this->masterVariant = $masterVariant;
320 $this->variants = $variants;
331 $this->searchKeywords = $searchKeywords;
353 $this->categoryOrderHints = $categoryOrderHints;
364 $this->description = $description;
386 $this->metaTitle = $metaTitle;
397 $this->metaDescription = $metaDescription;
408 $this->metaKeywords = $metaKeywords;
419 $this->masterVariant = $masterVariant;
430 $this->searchKeywords = $searchKeywords;