PHP Class ForkCMS\Bundle\InstallerBundle\Service\InstallerConnectionFactory

Inheritance: extends Doctrine\Bundle\DoctrineBundle\ConnectionFactory
Afficher le fichier Open project: forkcms/forkcms

Méthodes publiques

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

Private Methods

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

Method Details

createConnection() public méthode

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
Résultat Doctrine\DBAL\Connection