mirror of
https://github.com/zhamao-robot/zhamao-framework.git
synced 2026-07-21 15:45:36 +08:00
update api docs
This commit is contained in:
committed by
github-actions[bot]
parent
14840715bc
commit
5b0e3ed636
@@ -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 | |
|
||||
|
||||
@@ -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 | |
|
||||
|
||||
17
docs/api/ZM/Utils/EasterEgg.md
Normal file
17
docs/api/ZM/Utils/EasterEgg.md
Normal file
@@ -0,0 +1,17 @@
|
||||
# ZM\Utils\EasterEgg
|
||||
|
||||
## checkFrameworkPermissionCall
|
||||
|
||||
```php
|
||||
public function checkFrameworkPermissionCall(): string
|
||||
```
|
||||
|
||||
### 描述
|
||||
|
||||
作者很懒,什么也没有说
|
||||
|
||||
### 返回
|
||||
|
||||
| 类型 | 描述 |
|
||||
| ---- | ----------- |
|
||||
| string | |
|
||||
17
docs/api/ZM/ZMApplication.md
Normal file
17
docs/api/ZM/ZMApplication.md
Normal file
@@ -0,0 +1,17 @@
|
||||
# ZM\ZMApplication
|
||||
|
||||
## run
|
||||
|
||||
```php
|
||||
public function run(): mixed
|
||||
```
|
||||
|
||||
### 描述
|
||||
|
||||
作者很懒,什么也没有说
|
||||
|
||||
### 返回
|
||||
|
||||
| 类型 | 描述 |
|
||||
| ---- | ----------- |
|
||||
| mixed | |
|
||||
Reference in New Issue
Block a user