game; } /** * @param Game $game */ public function setGame($game) { $this->game = $game; return $this; } /** * @return Participate */ public function getParticipate() { return $this->participate; } /** * @param Participate $participate */ public function setParticipate($participate) { $this->participate = $participate; return $this; } }