update api docs

This commit is contained in:
Github Build Bot
2022-05-05 01:05:50 +00:00
parent ef7acb7fa0
commit a73e1fc164
3 changed files with 100 additions and 14 deletions

View File

@@ -1,9 +1,55 @@
# ZM\ZMServer
## getAppName
## __construct
```php
public function getAppName(): mixed
public function __construct(string $app_name): mixed
```
### 描述
作者很懒,什么也没有说
### 参数
| 名称 | 类型 | 描述 |
| -------- | ---- | ----------- |
| app_name | string | App名称 |
### 返回
| 类型 | 描述 |
| ---- | ----------- |
| mixed | |
## addModule
```php
public function addModule(mixed $module_class): mixed
```
### 描述
作者很懒,什么也没有说
### 参数
| 名称 | 类型 | 描述 |
| -------- | ---- | ----------- |
| module_class | mixed | |
### 返回
| 类型 | 描述 |
| ---- | ----------- |
| mixed | |
## run
```php
public function run(): mixed
```
### 描述