id = $id; $this->content = $content; } public function getContent() { return $this->content; } public function setContent(string $content) { $this->content = $content; } }