newComment = $newComment; } /** * Return the new comment for the table * * @return string|null */ public function getNewComment(): ?string { return $this->newComment; } }