update api docs

This commit is contained in:
sunxyw
2022-08-27 18:20:37 +00:00
committed by github-actions[bot]
parent cf9db4b0d4
commit 2679facf24
3 changed files with 163 additions and 67 deletions

View File

@@ -0,0 +1,73 @@
# ZM\Config\ConfigTracer
## addTracesOf
```php
public function addTracesOf(string $group, array $traces, string $source): void
```
### 描述
作者很懒,什么也没有说
### 参数
| 名称 | 类型 | 描述 |
| -------- | ---- | ----------- |
| group | string | |
| traces | array | |
| source | string | |
### 返回
| 类型 | 描述 |
| ---- | ----------- |
| void | |
## getTraceOf
```php
public function getTraceOf(string $key): string
```
### 描述
作者很懒,什么也没有说
### 参数
| 名称 | 类型 | 描述 |
| -------- | ---- | ----------- |
| key | string | |
### 返回
| 类型 | 描述 |
| ---- | ----------- |
| string | |
## flatten
```php
public function flatten(string $prefix, array $array, string $source): array
```
### 描述
作者很懒,什么也没有说
### 参数
| 名称 | 类型 | 描述 |
| -------- | ---- | ----------- |
| prefix | string | |
| array | array | |
| source | string | |
### 返回
| 类型 | 描述 |
| ---- | ----------- |
| array | |