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