module_name = $module_name; } /** * 获取模块名称 * @return string */ public function getModuleName() { return $this->module_name; } /** * 获取事件列表 */ public function getEvents(): array { return $this->events; } }