db = $db; } public function setApplication(Application $app) { $this->app = $app; } public function setTour(Tour $tour) { $this->tour = $tour; } }