CiDbServiceProvider
extends AbstractServiceProvider
in package
Class CiDbServiceProvider
Table of Contents
- $application : Application
- __construct() : mixed
- AbstractBootableServiceProvider constructor.
- provides() : array<string|int, mixed>
- register() : void
- toLeagueServiceProvider() : ServiceProviderInterface
- Creates a league container package compatible service provider interface.
- fallbackToTestConfig() : array<string|int, mixed>
- getDatabaseConfig() : array<string|int, mixed>
Properties
$application
protected
Application
$application
Methods
__construct()
AbstractBootableServiceProvider constructor.
public
__construct(Application $application) : mixed
Parameters
- $application : Application
Return values
mixed —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
Tags
Return values
ServiceProviderInterface —fallbackToTestConfig()
private
fallbackToTestConfig() : array<string|int, mixed>
Return values
array<string|int, mixed> —getDatabaseConfig()
private
getDatabaseConfig() : array<string|int, mixed>