Fr3nch13/CakePHP Utilities

BootableServiceProviderInterface extends ServiceProviderInterface

Table of Contents

Methods

boot()  : void
Method will be invoked on registration of a service provider implementing this interface. Provides ability for eager loading of Service Providers.
getContainer()  : DefinitionContainerInterface
getIdentifier()  : string
provides()  : bool
register()  : void
setContainer()  : ContainerAwareInterface
setIdentifier()  : ServiceProviderInterface

Methods

boot()

Method will be invoked on registration of a service provider implementing this interface. Provides ability for eager loading of Service Providers.

public boot() : void

        
On this page

Search results