AbstractBootableServiceProvider
extends AbstractServiceProvider
in package
implements
BootableServiceProvider
Class AbstractBootableServiceProvider
Interfaces, Classes and Traits
- BootableServiceProvider
- Interface BootableServiceProvider
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