update api docs

This commit is contained in:
Github Build Bot
2022-05-06 13:09:22 +00:00
parent 55181d583f
commit b7595f6f22
2 changed files with 815 additions and 17 deletions

View File

@@ -1,5 +1,22 @@
# ZM\Container\WorkerContainer
## getInstance
```php
public function getInstance(): static
```
### 描述
获取类实例
### 返回
| 类型 | 描述 |
| ---- | ----------- |
| static | |
## bound
```php
@@ -822,20 +839,3 @@ public function log(string $message): void
| 类型 | 描述 |
| ---- | ----------- |
| void | |
## getInstance
```php
public function getInstance(): static
```
### 描述
获取类实例
### 返回
| 类型 | 描述 |
| ---- | ----------- |
| static | |