Skip to content

BaseServiceProvider

Properties

container

protected \Qubus\Injector\ServiceContainer $container

Methods

__construct

public __construct(\Qubus\Injector\ServiceContainer $container): mixed

Parameters:

Parameter Type Description
$container \Qubus\Injector\ServiceContainer

register

Register services that need to be loaded during the booting stage.

public register(): void

boot

Other services, extensions, callbacks, etc. that need to be loaded after the called provider is booted.

public boot(): void


Automatically generated on 2025-10-13