id; } public function getTitle(): string { return $this->title; } public function getDescription(): string { return $this->description; } public function getRichText(): string { return $this->richText; } public function getSet(): Set { return $this->set; } public function getParentElement(): ?Element { return $this->parentElement; } }