meta_event_type = $meta_event_type; $this->level = $level; } /** * @return mixed */ public function getLevel(): int { return $this->level; } /** * @param int $level */ public function setLevel($level) { $this->level = $level; } }