Nexus API Reference

DoctrinePool
in package

FinalYes
Tags
psalm-api

Table of Contents

Methods

fromParams()  : ConnectionPool

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
Return values
ConnectionPool

        
On this page

Search results