Beispiel #1
0
 public function updateBet(\EU\MainBundle\Entity\Bet $bet)
 {
     $this->score1 = $bet->getScore1();
     $this->score2 = $bet->getScore2();
 }