Beispiel #1
0
 /**
  * Set the id of the Restaurant associated
  * @param \App\Model\Restaurant $restaurant
  */
 public function setRestaurant(Restaurant $restaurant)
 {
     $this->restaurant = $restaurant->getId();
 }