SellingUnitServiceProvider
extends AbstractBootableServiceProvider
in package
Class SellingUnitServiceProvider
Tags
Table of Contents
- $application : Application
- __construct() : mixed
- AbstractBootableServiceProvider constructor.
- boot() : void
- provides() : array<string|int, mixed>
- register() : void
- toLeagueServiceProvider() : ServiceProviderInterface
- Creates a league container package compatible service provider interface.
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>
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