3 declare(strict_types=1);
74 private $metaDescription;
80 private $metaKeywords;
156 return $this->orderHint;
167 return $this->externalId;
222 return $this->assets;
265 $this->description = $description;
276 $this->parent = $parent;
287 $this->orderHint = $orderHint;
298 $this->externalId = $externalId;
309 $this->metaTitle = $metaTitle;
320 $this->metaDescription = $metaDescription;
331 $this->metaKeywords = $metaKeywords;
342 $this->custom = $custom;
353 $this->assets = $assets;
397 $this->description = $description;
408 $this->parent = $parent;
419 $this->metaTitle = $metaTitle;
430 $this->metaDescription = $metaDescription;
441 $this->metaKeywords = $metaKeywords;
452 $this->custom = $custom;