ModuleServiceProvider
extends
ServiceProvider
in
Interface ModuleServiceProvider
Table of Contents
- provides() : array<string|int, mixed>
- List of types that the service provider provides.
- register() : void
- Registers all of the type definitions and how to construct them.
Methods
provides()
List of types that the service provider provides.
public
provides() : array<string|int, mixed>
Return values
array<string|int, mixed> —register()
Registers all of the type definitions and how to construct them.
public
register() : void