Esempio n. 1
0
 /**
  * Set restaurant
  *
  * @param \Tycoon\ApiBundle\Entity\Restaurant $restaurant
  * @return UserRestaurant
  */
 public function setRestaurant(\Tycoon\ApiBundle\Entity\Restaurant $restaurant = null)
 {
     $this->restaurant = $restaurant;
     $this->initialPrice = $restaurant->getPrice();
     return $this;
 }