ConnectionLoader
in
The ConnectionLoader defines the interface used to load the Doctrine\DBAL\Connection instance to use for migrations.
Table of Contents
Methods
- getConnection() : Connection
- Read the input and return a Connection, returns null if the config is not supported.
Methods
getConnection()
Read the input and return a Connection, returns null if the config is not supported.
public
getConnection([string|null $name = null ]) : Connection
Parameters
- $name : string|null = null