id_game = $game_id; $this->id_question = $question_id; $this->reponse = $reponse; } public function getGame() { return $this->id_game; } public function getQuestion() { return $this->id_question; } public function getReponse() { return $this->reponse; } public function setGame($id) { $this->id_game = $id; } } ?>