commenterID = $commenterID; $this->content = $content; } /** * @return int */ public function getCommenterId(): string { return $this->commenterID; } /** * @return string */ public function getContent(): ?string { return $this->content; } }