Example #1
0
 /**
  * Set lobby
  *
  * @param \challenge\PaymentBundle\Entity\Lobby $lobby
  *
  * @return Formule
  */
 public function setLobby(\challenge\PaymentBundle\Entity\Lobby $lobby = null)
 {
     $this->lobby = $lobby;
     $lobby->addFormule($this);
     return $this;
 }