Interface BootableServiceProviderInterface
Namespace: Cake\Container\ServiceProvider
Method Summary
-
boot() public
Method will be invoked on registration of a service provider implementing this interface. Provides ability for eager loading of Service Providers.
-
getContainer() public
-
getIdentifier() public
-
provides() public
-
register() public
-
setContainer() public
-
setIdentifier() public
Method Detail
boot() ¶ public
boot(): void
Method will be invoked on registration of a service provider implementing this interface. Provides ability for eager loading of Service Providers.
Returns
voidgetContainer() ¶ public
getContainer(): Cake\Container\DefinitionContainerInterface
Returns
Cake\Container\DefinitionContainerInterfacesetContainer() ¶ public
setContainer(Cake\Container\DefinitionContainerInterface $container): $this
Parameters
-
Cake\Container\DefinitionContainerInterface$container
Returns
$this