3 declare(strict_types=1);
80 private $metaDescription;
86 private $metaKeywords;
98 private $searchKeywords;
187 return $this->categories;
297 return $this->publish;
308 return $this->priceMode;
339 $this->productType = $productType;
361 $this->description = $description;
372 $this->categories = $categories;
383 $this->metaTitle = $metaTitle;
394 $this->metaDescription = $metaDescription;
405 $this->metaKeywords = $metaKeywords;
416 $this->taxCategory = $taxCategory;
427 $this->searchKeywords = $searchKeywords;
438 $this->state = $state;
449 $this->publish = $publish;
460 $this->priceMode = $priceMode;
482 $this->productType = $productType;
504 $this->description = $description;
515 $this->metaTitle = $metaTitle;
526 $this->metaDescription = $metaDescription;
537 $this->metaKeywords = $metaKeywords;
548 $this->taxCategory = $taxCategory;
559 $this->searchKeywords = $searchKeywords;
570 $this->state = $state;