update api docs

This commit is contained in:
crazywhalecc
2022-12-17 16:42:47 +00:00
committed by github-actions[bot]
parent 14840715bc
commit 5b0e3ed636
5 changed files with 41 additions and 7 deletions

View File

@@ -3,7 +3,7 @@
## loadAnnotationByParser
```php
public function loadAnnotationByParser(ZM\Annotation\AnnotationParser $parser): mixed
public function loadAnnotationByParser(ZM\Annotation\AnnotationParser $parser): void
```
### 描述
@@ -20,4 +20,4 @@ public function loadAnnotationByParser(ZM\Annotation\AnnotationParser $parser):
| 类型 | 描述 |
| ---- | ----------- |
| mixed | |
| void | |

View File

@@ -50,7 +50,7 @@ public function addSpecialParser(string $class_name, callable $callback): mixed
## parseAll
```php
public function parseAll(): mixed
public function parseAll(): void
```
### 描述
@@ -61,7 +61,7 @@ public function parseAll(): mixed
| 类型 | 描述 |
| ---- | ----------- |
| mixed | |
| void | |
## generateAnnotationList
@@ -167,7 +167,7 @@ public function getAnnotationMap(): array
## addRouteAnnotation
```php
public function addRouteAnnotation(ZM\Annotation\Http\Route $vss): mixed
public function addRouteAnnotation(ZM\Annotation\Http\Route $vss): void
```
### 描述
@@ -184,4 +184,4 @@ public function addRouteAnnotation(ZM\Annotation\Http\Route $vss): mixed
| 类型 | 描述 |
| ---- | ----------- |
| mixed | |
| void | |

View File

@@ -0,0 +1,17 @@
# ZM\Utils\EasterEgg
## checkFrameworkPermissionCall
```php
public function checkFrameworkPermissionCall(): string
```
### 描述
作者很懒,什么也没有说
### 返回
| 类型 | 描述 |
| ---- | ----------- |
| string | |

View File

@@ -0,0 +1,17 @@
# ZM\ZMApplication
## run
```php
public function run(): mixed
```
### 描述
作者很懒,什么也没有说
### 返回
| 类型 | 描述 |
| ---- | ----------- |
| mixed | |