id; } public function setId($id) { $this->id = $id; } public function getAttraction() { return $this->attraction; } public function setAttraction(Attraction $attraction) { $this->attraction = $attraction; $attraction->addInfo($this); } }