CustomerServiceProvider
extends AbstractServiceProvider
in package
Class CustomerServiceProvider
Tags
Table of Contents
- $application : Application
- __construct() : mixed
- AbstractBootableServiceProvider constructor.
- provides() : array<string|int, mixed>
- register() : void
- toLeagueServiceProvider() : ServiceProviderInterface
- Creates a league container package compatible service provider interface.
- customerConfigurationKeys() : array<string|int, mixed>
Properties
$application
protected
Application
$application
Methods
__construct()
AbstractBootableServiceProvider constructor.
public
__construct(Application $application) : mixed
Parameters
- $application : Application
Return values
mixed —provides()
public
provides() : array<string|int, mixed>
Tags
Return values
array<string|int, mixed> —register()
public
register() : void
Tags
Return values
void —toLeagueServiceProvider()
Creates a league container package compatible service provider interface.
public
toLeagueServiceProvider() : ServiceProviderInterface
Tags
Return values
ServiceProviderInterface —customerConfigurationKeys()
private
customerConfigurationKeys() : array<string|int, mixed>