summit_id = $summit_id; $this->location_id = $location_id; $this->location_class_name = $location_class_name; $this->related_event_ids = $related_event_ids; } /** * @return int */ public function getLocationId() { return $this->location_id; } /** * @return int[] */ public function getRelatedEventIds() { return $this->related_event_ids; } /** * @return string */ public function getLocationClassName() { return $this->location_class_name; } /** * @return int */ public function getSummitId() { return $this->summit_id; } }