ConnectionResolverInterface
interface ConnectionResolverInterface
Methods
connection(string $name = null)
Get a database connection instance.
string
getDefaultConnection()
Get the default connection name.
void
setDefaultConnection(string $name)
Set the default connection name.
Details
at line 13
ConnectionInterface
connection(string $name = null)
Get a database connection instance.
at line 20
string
getDefaultConnection()
Get the default connection name.
at line 28
void
setDefaultConnection(string $name)
Set the default connection name.