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