ConnectionProvider
interface ConnectionProvider (View source)
Interface for objects that can initialize and provide the PDO instance for database connectors.
Methods
getConnection()
Provides the active PDO connection and initializes it if necessary.