$connections
$connections : array
Map of named database connections
Connection manager class to manage connections for the Query method
$instance : \Query\ConnectionManager
Class instance variable
getInstance() : \Query\ConnectionManager
Return a connection manager instance
getConnection(string|array|object $name = '') : \Query\QueryBuilderInterface
Returns the connection specified by the name given
string|array|object | $name |
connect(\stdClass $params) : \Query\QueryBuilderInterface
Parse the passed parameters and return a connection
\stdClass | $params |