idJoueur=$idJoueur; $this->idSession=$idSession; } public function getIdJoueur():int{ return $this->idJoueur; } public function getIdSession(): string{ return $this->idSession; } }