event_id = $event_id; } /** * Get unique event id. * * @return string */ public function get_event_id() { return $this->event_id; } }