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

@@ -35,6 +35,7 @@ public function startExecute(ZM\Annotation\Cron\Cron $v, ZM\Event\EventDispatche
| v | ZM\Annotation\Cron\Cron | |
| dispatcher | ZM\Event\EventDispatcher | |
| cron | Cron\CronExpression | |
### 返回
| 类型 | 描述 |

View File

@@ -32,6 +32,7 @@ public function packModule(mixed $module): bool
| 名称 | 类型 | 描述 |
| -------- | ---- | ----------- |
| module | mixed | |
### 返回
| 类型 | 描述 |
@@ -55,6 +56,7 @@ public function unpackModule(mixed $module, array $options): array|false
| -------- | ---- | ----------- |
| module | mixed | |
| options | array | |
### 返回
| 类型 | 描述 |

View File

@@ -16,6 +16,7 @@ Worker 进程间通信触发的动作类型函数
| -------- | ---- | ----------- |
| src_worker_id | mixed | |
| data | mixed | |
### 返回
| 类型 | 描述 |
@@ -40,6 +41,7 @@ public function sendActionToWorker(mixed $worker_id, mixed $action, mixed $data)
| worker_id | mixed | |
| action | mixed | |
| data | mixed | |
### 返回
| 类型 | 描述 |