LeagueBootableServiceProvider
extends AbstractServiceProvider
in package
implements
BootableServiceProviderInterface
Class LeagueBootableServiceProvider
Interfaces, Classes and Traits
- BootableServiceProviderInterface
Table of Contents
- $internal : BootableServiceProvider
- __construct() : mixed
- LeagueBootableServiceProvider constructor.
- boot() : void
- getIdentifier() : string
- Overrides the identifier accessor.
- register() : void
Properties
$internal
private
BootableServiceProvider
$internal
Methods
__construct()
LeagueBootableServiceProvider constructor.
public
__construct(BootableServiceProvider $internal) : mixed
Parameters
- $internal : BootableServiceProvider
Return values
mixed —boot()
public
boot() : void
Tags
Return values
void —getIdentifier()
Overrides the identifier accessor.
public
getIdentifier() : string
Instead of using the class name as fallback identifier, we will use the name of the adapters class.
Return values
string —register()
public
register() : void