update api docs

This commit is contained in:
sunxyw
2022-08-23 15:43:37 +00:00
committed by github-actions[bot]
parent 2727b056eb
commit 6e78f2caf2
2 changed files with 272 additions and 75 deletions

View File

@@ -90,3 +90,27 @@ public function getCallReflector(mixed $callback): ReflectionFunctionAbstract
| 类型 | 描述 |
| ---- | ----------- |
| ReflectionFunctionAbstract | |
## getMethod
```php
public function getMethod(string $class, string $method): ReflectionMethod
```
### 描述
作者很懒,什么也没有说
### 参数
| 名称 | 类型 | 描述 |
| -------- | ---- | ----------- |
| class | string | |
| method | string | |
### 返回
| 类型 | 描述 |
| ---- | ----------- |
| ReflectionMethod | |