mirror of
https://github.com/zhamao-robot/zhamao-framework.git
synced 2026-07-07 16:55:35 +08:00
2.1 KiB
2.1 KiB
ZM\Container\ContainerServicesProvider
registerServices
public function registerServices(string $scope, mixed $params): void
描述
作者很懒,什么也没有说
参数
| 名称 | 类型 | 描述 |
|---|---|---|
| scope | string | |
| params | mixed |
返回
| 类型 | 描述 |
|---|---|
| void |
cleanup
public function cleanup(): void
描述
作者很懒,什么也没有说
返回
| 类型 | 描述 |
|---|---|
| void |
registerGlobalServices
public function registerGlobalServices(ZM\Container\ContainerInterface $container): void
描述
作者很懒,什么也没有说
参数
| 名称 | 类型 | 描述 |
|---|---|---|
| container | ZM\Container\ContainerInterface |
返回
| 类型 | 描述 |
|---|---|
| void |
registerRequestServices
public function registerRequestServices(ZM\Container\ContainerInterface $container, OneBot\Driver\Event\Http\HttpRequestEvent $event): void
描述
作者很懒,什么也没有说
参数
| 名称 | 类型 | 描述 |
|---|---|---|
| container | ZM\Container\ContainerInterface | |
| event | OneBot\Driver\Event\Http\HttpRequestEvent |
返回
| 类型 | 描述 |
|---|---|
| void |
registerMessageServices
public function registerMessageServices(ZM\Container\ContainerInterface $container): void
描述
作者很懒,什么也没有说
参数
| 名称 | 类型 | 描述 |
|---|---|---|
| container | ZM\Container\ContainerInterface |
返回
| 类型 | 描述 |
|---|---|
| void |
registerConnectionServices
public function registerConnectionServices(ZM\Container\ContainerInterface $container): void
描述
作者很懒,什么也没有说
参数
| 名称 | 类型 | 描述 |
|---|---|---|
| container | ZM\Container\ContainerInterface |
返回
| 类型 | 描述 |
|---|---|
| void |