event_type_id = $event_type_id; $this->class_name = $class_name; $this->summit_id = $summit_id; } /** * @return int */ public function getEventTypeId() { return $this->event_type_id; } /** * @return string */ public function getClassName() { return $this->class_name; } /** * @return int */ public function getSummitId() { return $this->summit_id; } }