comment; } public function getParticipant(): ?Participant { return $this->participant; } public function isSilentMessage(): bool { return $this->silent; } public function getParent(): ?IComment { return $this->parent; } }