PHP Class ForkCMS\Bundle\InstallerBundle\Service\InstallerConnectionFactory

Inheritance: extends Doctrine\Bundle\DoctrineBundle\ConnectionFactory
Mostra file Open project: forkcms/forkcms

Public Methods

Method Description
createConnection ( array $params, Doctrine\DBAL\Configuration $config = null, Doctrine\Common\EventManager $eventManager = null, array $mappingTypes = [] ) : Doctrine\DBAL\Connection

Private Methods

Method Description
getInstallerConnection ( array $params, Doctrine\DBAL\Configuration $config = null, Doctrine\Common\EventManager $eventManager = null ) : InstallerConnection

Method Details

createConnection() public method

public createConnection ( array $params, Doctrine\DBAL\Configuration $config = null, Doctrine\Common\EventManager $eventManager = null, array $mappingTypes = [] ) : Doctrine\DBAL\Connection
$params array
$config Doctrine\DBAL\Configuration
$eventManager Doctrine\Common\EventManager
$mappingTypes array
return Doctrine\DBAL\Connection