StatisticsOverviewServiceProvider
extends AbstractBootableServiceProvider
in package
Class representing the service provider for the statistics overview service.
Tags
Table of Contents
- WIDGET_DEFINITION_REGISTER_METHOD = 'register'
- Method name reference.
- $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.
Constants
WIDGET_DEFINITION_REGISTER_METHOD
Method name reference.
private
mixed
WIDGET_DEFINITION_REGISTER_METHOD
= 'register'
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>
Tags
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