update api docs

This commit is contained in:
crazywhalecc
2022-08-22 07:39:44 +00:00
committed by github-actions[bot]
parent 53c1c0103c
commit e83a169fd6
35 changed files with 3069 additions and 527 deletions

View File

@@ -1,9 +1,9 @@
# ZM\Event\EventDispatcher
## interrupt
## getInstance
```php
public function interrupt(mixed $return_var): mixed
public function getInstance(mixed $args): object
```
### 描述
@@ -14,10 +14,10 @@ public function interrupt(mixed $return_var): mixed
| 名称 | 类型 | 描述 |
| -------- | ---- | ----------- |
| return_var | mixed | |
| args | mixed | |
### 返回
| 类型 | 描述 |
| ---- | ----------- |
| mixed | |
| object | |