ConfigurationServiceProvider
extends AbstractBootableServiceProvider
in package
Class ConfigurationServiceProvider
Table of Contents
- $application : Application
- __construct() : mixed
- AbstractBootableServiceProvider constructor.
- boot() : void
- provides() : array<string|int, mixed>
- register() : void
- registerEventListeners() : void
- toLeagueServiceProvider() : ServiceProviderInterface
- Creates a league container package compatible service provider interface.
- registerConfigurationComponents() : void
- Registers the configuration reader, writer, factory, mapper and options resolver.
- registerConfigurationFinders() : void
- registerConfigurationRepository() : void
- Registers the configuration repository.
- registerConfigurationService() : void
- Registers the configuration service.
- registerConfigurationStorage() : void
- Registers the configuration storage.
Properties
$application
protected
Application
$application
Methods
__construct()
AbstractBootableServiceProvider constructor.
public
__construct(Application $application) : mixed
Parameters
- $application : Application
Return values
mixed —boot()
public
boot() : void
Tags
Return values
void —provides()
public
provides() : array<string|int, mixed>
Tags
Return values
array<string|int, mixed> —register()
public
register() : void
Tags
Return values
void —registerEventListeners()
public
registerEventListeners() : void
Return values
void —toLeagueServiceProvider()
Creates a league container package compatible service provider interface.
public
toLeagueServiceProvider() : ServiceProviderInterface
Tags
Return values
ServiceProviderInterface —registerConfigurationComponents()
Registers the configuration reader, writer, factory, mapper and options resolver.
private
registerConfigurationComponents() : void
Return values
void —registerConfigurationFinders()
private
registerConfigurationFinders() : void
Return values
void —registerConfigurationRepository()
Registers the configuration repository.
private
registerConfigurationRepository() : void
Return values
void —registerConfigurationService()
Registers the configuration service.
private
registerConfigurationService() : void
Return values
void —registerConfigurationStorage()
Registers the configuration storage.
private
registerConfigurationStorage() : void