3 declare(strict_types=1);
27 use DateTimeImmutable;
57 private $lastModifiedAt;
63 private $lastModifiedBy;
123 private $metaDescription;
129 private $metaKeywords;
168 return $this->version;
179 return $this->createdAt;
190 return $this->lastModifiedAt;
259 return $this->ancestors;
281 return $this->orderHint;
292 return $this->externalId;
347 return $this->assets;
378 $this->version = $version;
389 $this->createdAt = $createdAt;
400 $this->lastModifiedAt = $lastModifiedAt;
411 $this->lastModifiedBy = $lastModifiedBy;
422 $this->createdBy = $createdBy;
455 $this->description = $description;
466 $this->ancestors = $ancestors;
477 $this->parent = $parent;
488 $this->orderHint = $orderHint;
499 $this->externalId = $externalId;
510 $this->metaTitle = $metaTitle;
521 $this->metaDescription = $metaDescription;
532 $this->metaKeywords = $metaKeywords;
543 $this->custom = $custom;
554 $this->assets = $assets;
576 $this->lastModifiedBy = $lastModifiedBy;
587 $this->createdBy = $createdBy;
620 $this->description = $description;
631 $this->parent = $parent;
642 $this->metaTitle = $metaTitle;
653 $this->metaDescription = $metaDescription;
664 $this->metaKeywords = $metaKeywords;
675 $this->custom = $custom;
686 $this->lastModifiedAt,