Exemplo n.º 1
0
 public function setHotelBookerFromHotel(Hotel $hotel, $searchParams)
 {
     $this->hotelBooker = new HotelBooker();
     $this->hotelBooker->hotel = $hotel;
     $this->hotelBooker->searchParams = serialize($searchParams);
     $this->hotelBooker->setHotelBookerComponent($this);
     $this->hotel = $hotel;
 }