2022-03-27 16:42:36 +08:00
|
|
|
# ZM\ZMServer
|
|
|
|
|
|
2022-05-05 01:05:50 +00:00
|
|
|
## __construct
|
2022-03-27 16:42:36 +08:00
|
|
|
|
|
|
|
|
```php
|
2022-05-05 01:05:50 +00:00
|
|
|
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
|
2022-03-27 16:42:36 +08:00
|
|
|
```
|
|
|
|
|
|
|
|
|
|
### 描述
|
|
|
|
|
|
|
|
|
|
作者很懒,什么也没有说
|
|
|
|
|
|
|
|
|
|
### 返回
|
|
|
|
|
|
|
|
|
|
| 类型 | 描述 |
|
|
|
|
|
| ---- | ----------- |
|
|
|
|
|
| mixed | |
|