Re-generate API docs

This commit is contained in:
crazywhalecc
2022-04-01 18:48:48 +08:00
committed by sunxyw
parent ae0cf5e3d7
commit 9fa1079248
39 changed files with 488 additions and 220 deletions

View File

@@ -15,6 +15,7 @@ public function __construct(array $module): mixed
| 名称 | 类型 | 描述 |
| -------- | ---- | ----------- |
| module | array | |
### 返回
| 类型 | 描述 |
@@ -37,6 +38,7 @@ public function setOutputPath(mixed $path): mixed
| 名称 | 类型 | 描述 |
| -------- | ---- | ----------- |
| path | mixed | |
### 返回
| 类型 | 描述 |
@@ -59,6 +61,7 @@ public function setOverride(bool $override): mixed
| 名称 | 类型 | 描述 |
| -------- | ---- | ----------- |
| override | bool | |
### 返回
| 类型 | 描述 |

View File

@@ -18,6 +18,7 @@ public function unpack(mixed $ignore_depends, bool $override_light_cache, bool $
| override_light_cache | bool | |
| override_data_files | bool | |
| override_source | bool | |
### 返回
| 类型 | 描述 |
@@ -57,6 +58,7 @@ public function checkDepends(mixed $ignore_depends): mixed
| 名称 | 类型 | 描述 |
| -------- | ---- | ----------- |
| ignore_depends | mixed | |
### 返回
| 类型 | 描述 |
@@ -113,6 +115,7 @@ public function copyZMDataStore(mixed $override_data): mixed
| 名称 | 类型 | 描述 |
| -------- | ---- | ----------- |
| override_data | mixed | |
### 返回
| 类型 | 描述 |

View File

@@ -16,6 +16,7 @@ public function handle(mixed $data, int $level): mixed
| -------- | ---- | ----------- |
| data | mixed | |
| level | int | |
### 返回
| 类型 | 描述 |
@@ -39,6 +40,7 @@ public function dispatchBeforeEvents(mixed $data, mixed $time): ZM\Event\EventDi
| -------- | ---- | ----------- |
| data | mixed | |
| time | mixed | |
### 返回
| 类型 | 描述 |
@@ -61,6 +63,7 @@ public function dispatchEvents(mixed $data): mixed
| 名称 | 类型 | 描述 |
| -------- | ---- | ----------- |
| data | mixed | |
### 返回
| 类型 | 描述 |
@@ -83,6 +86,7 @@ public function dispatchAPIResponse(mixed $req): mixed
| 名称 | 类型 | 描述 |
| -------- | ---- | ----------- |
| req | mixed | |
### 返回
| 类型 | 描述 |