entity_id = $entity_id; $this->location_id = $location_id; $this->summit_id = $summit_id; $this->image_type = $image_type; } /** * @return int */ public function getLocationId() { return $this->location_id; } /** * @return string */ public function getImageType() { return $this->image_type; } /** * @return int */ public function getSummitId(){ return $this->summit_id; } /** * @return int */ public function getEntityId(){ return $this->entity_id; } }