id; } public function getTitle(): string { return $this->title; } public function getText(): Text { return $this->text; } public function getParentNode(): ?Node { return $this->parentNode; } }