AbstractModuleBootableServiceProvider
extends AbstractBootableServiceProvider
in package
implements
ModuleBootableServiceProvider
Class AbstractModuleBootableServiceProvider
This abstract service provider is especially for external modules. This way we might be able to split the behavior for our own service provider but keep the behavior for external modules.
Interfaces, Classes and Traits
- ModuleBootableServiceProvider
- Interface ModuleBootableServiceProvider
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