AbstractServiceProvider
in package
implements
ServiceProvider, ToLeagueServiceProvider
Class AbstractServiceProvider
Interfaces, Classes and Traits
- ServiceProvider
- Interface ServiceProvider
- ToLeagueServiceProvider
- Interface ToLeagueServiceProvider
Table of Contents
- $application : Application
- __construct() : mixed
- AbstractBootableServiceProvider constructor.
- 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 —toLeagueServiceProvider()
Creates a league container package compatible service provider interface.
public
toLeagueServiceProvider() : ServiceProviderInterface