mirror of
https://github.com/zhamao-robot/zhamao-framework.git
synced 2026-07-21 07:35:34 +08:00
update api docs
This commit is contained in:
committed by
github-actions[bot]
parent
208ccd6642
commit
463ee0cced
@@ -23,6 +23,29 @@ public function onWebSocketOpen(OneBot\Driver\Event\WebSocket\WebSocketOpenEvent
|
||||
| void | |
|
||||
|
||||
|
||||
## onWebSocketClose
|
||||
|
||||
```php
|
||||
public function onWebSocketClose(OneBot\Driver\Event\WebSocket\WebSocketCloseEvent $event): void
|
||||
```
|
||||
|
||||
### 描述
|
||||
|
||||
作者很懒,什么也没有说
|
||||
|
||||
### 参数
|
||||
|
||||
| 名称 | 类型 | 描述 |
|
||||
| -------- | ---- | ----------- |
|
||||
| event | OneBot\Driver\Event\WebSocket\WebSocketCloseEvent | |
|
||||
|
||||
### 返回
|
||||
|
||||
| 类型 | 描述 |
|
||||
| ---- | ----------- |
|
||||
| void | |
|
||||
|
||||
|
||||
## getInstance
|
||||
|
||||
```php
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
## onWorkerStart999
|
||||
|
||||
```php
|
||||
public function onWorkerStart999(): mixed
|
||||
public function onWorkerStart999(): void
|
||||
```
|
||||
|
||||
### 描述
|
||||
@@ -14,7 +14,7 @@ public function onWorkerStart999(): mixed
|
||||
|
||||
| 类型 | 描述 |
|
||||
| ---- | ----------- |
|
||||
| mixed | |
|
||||
| void | |
|
||||
|
||||
|
||||
## onWorkerStop999
|
||||
@@ -54,7 +54,7 @@ public function initUserPlugins(): mixed
|
||||
## dispatchInit
|
||||
|
||||
```php
|
||||
public function dispatchInit(): mixed
|
||||
public function dispatchInit(): void
|
||||
```
|
||||
|
||||
### 描述
|
||||
@@ -65,13 +65,13 @@ public function dispatchInit(): mixed
|
||||
|
||||
| 类型 | 描述 |
|
||||
| ---- | ----------- |
|
||||
| mixed | |
|
||||
| void | |
|
||||
|
||||
|
||||
## initConnectionPool
|
||||
|
||||
```php
|
||||
public function initConnectionPool(): mixed
|
||||
public function initConnectionPool(): void
|
||||
```
|
||||
|
||||
### 描述
|
||||
@@ -82,7 +82,7 @@ public function initConnectionPool(): mixed
|
||||
|
||||
| 类型 | 描述 |
|
||||
| ---- | ----------- |
|
||||
| mixed | |
|
||||
| void | |
|
||||
|
||||
|
||||
## getInstance
|
||||
|
||||
Reference in New Issue
Block a user