DoctrinePool
in package
FinalYes
Tags
Table of Contents
Methods
Methods
fromParams()
public
static fromParams(string $name, array<string, mixed> $connParams[, PoolConfig|null $config = null ][, EventDispatcherInterface|null $events = null ][, LoggerInterface|null $logger = null ]) : ConnectionPool
Parameters
- $name : string
- $connParams : array<string, mixed>
-
DBAL connection parameters (e.g. driver, host, dbname).
- $config : PoolConfig|null = null
- $events : EventDispatcherInterface|null = null
- $logger : LoggerInterface|null = null