phpDocumentor

DoctrineQbServiceProvider extends AbstractServiceProvider

Class DoctrineQbServiceProvider

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.
lookupDatabaseName()  : string
getDatabaseConfig()  : array<string|int, mixed>
testsConfigFallback()  : array<string|int, mixed>

Properties

Methods

provides()

public provides() : array<string|int, mixed>
Tags
inheritDoc
Return values
array<string|int, mixed>

toLeagueServiceProvider()

Creates a league container package compatible service provider interface.

public toLeagueServiceProvider() : ServiceProviderInterface
Tags
inheritDoc
Return values
ServiceProviderInterface

lookupDatabaseName()

protected lookupDatabaseName(string $database) : string
Parameters
$database : string
Return values
string

getDatabaseConfig()

private getDatabaseConfig() : array<string|int, mixed>
Return values
array<string|int, mixed>

testsConfigFallback()

private testsConfigFallback() : array<string|int, mixed>
Return values
array<string|int, mixed>

Search results