# ZM\Module\ModuleBase ## __construct ```php public function __construct(string $module_name): mixed ``` ### 描述 作者很懒,什么也没有说 ### 参数 | 名称 | 类型 | 描述 | | -------- | ---- | ----------- | | module_name | string | 模块名称 | ### 返回 | 类型 | 描述 | | ---- | ----------- | | mixed | | ## getModuleName ```php public function getModuleName(): string ``` ### 描述 获取模块名称 ### 返回 | 类型 | 描述 | | ---- | ----------- | | string | | ## getEvents ```php public function getEvents(): array ``` ### 描述 获取事件列表 ### 返回 | 类型 | 描述 | | ---- | ----------- | | array | |