BaseServiceProvider
- Full name:
\Qubus\Injector\ServiceProvider\BaseServiceProvider - This class implements:
\Qubus\Injector\ServiceProvider\Serviceable,\Qubus\Injector\ServiceProvider\Bootable - This class is an Abstract class
Properties
container
Methods
__construct
Parameters:
| Parameter | Type | Description |
|---|---|---|
$container | \Qubus\Injector\ServiceContainer |
register
Register services that need to be loaded during the booting stage.
boot
Other services, extensions, callbacks, etc. that need to be loaded after the called provider is booted.