# ZM\Container\ContainerServicesProvider ## registerServices ```php public function registerServices(string $scope, mixed $params): void ``` ### 描述 作者很懒,什么也没有说 ### 参数 | 名称 | 类型 | 描述 | | -------- | ---- | ----------- | | scope | string | | | params | mixed | | ### 返回 | 类型 | 描述 | | ---- | ----------- | | void | | ## cleanup ```php public function cleanup(): void ``` ### 描述 作者很懒,什么也没有说 ### 返回 | 类型 | 描述 | | ---- | ----------- | | void | | ## registerGlobalServices ```php public function registerGlobalServices(ZM\Container\ContainerInterface $container): void ``` ### 描述 作者很懒,什么也没有说 ### 参数 | 名称 | 类型 | 描述 | | -------- | ---- | ----------- | | container | ZM\Container\ContainerInterface | | ### 返回 | 类型 | 描述 | | ---- | ----------- | | void | | ## registerRequestServices ```php 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 ```php public function registerMessageServices(ZM\Container\ContainerInterface $container): void ``` ### 描述 作者很懒,什么也没有说 ### 参数 | 名称 | 类型 | 描述 | | -------- | ---- | ----------- | | container | ZM\Container\ContainerInterface | | ### 返回 | 类型 | 描述 | | ---- | ----------- | | void | | ## registerConnectionServices ```php public function registerConnectionServices(ZM\Container\ContainerInterface $container): void ``` ### 描述 作者很懒,什么也没有说 ### 参数 | 名称 | 类型 | 描述 | | -------- | ---- | ----------- | | container | ZM\Container\ContainerInterface | | ### 返回 | 类型 | 描述 | | ---- | ----------- | | void | |