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