update api docs

This commit is contained in:
crazywhalecc
2022-12-19 06:01:59 +00:00
committed by github-actions[bot]
parent 208ccd6642
commit 463ee0cced
6 changed files with 138 additions and 35 deletions

View File

@@ -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

View File

@@ -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