DbalConfig
in package
This class is automatically generated to help in creating a config.
Table of Contents
Properties
- $_usedProperties : mixed
- $connections : mixed
- $defaultConnection : mixed
- $driverSchemes : mixed
- $types : mixed
Methods
- __construct() : mixed
- connection() : ConnectionConfig|$this
- defaultConnection() : $this
- driverScheme() : $this
- toArray() : array<string|int, mixed>
- type() : TypeConfig|$this
Properties
$_usedProperties
private
mixed
$_usedProperties
= []
$connections
private
mixed
$connections
$defaultConnection
private
mixed
$defaultConnection
$driverSchemes
private
mixed
$driverSchemes
$types
private
mixed
$types
Methods
__construct()
public
__construct([array<string|int, mixed> $value = [] ]) : mixed
Parameters
- $value : array<string|int, mixed> = []
connection()
public
connection(string $name[, mixed $value = [] ]) : ConnectionConfig|$this
Parameters
- $name : string
- $value : mixed = []
Return values
ConnectionConfig|$thisdefaultConnection()
public
defaultConnection(ParamConfigurator|mixed $value) : $this
Parameters
- $value : ParamConfigurator|mixed
Tags
Return values
$thisdriverScheme()
public
driverScheme(string $scheme, mixed $value) : $this
Parameters
- $scheme : string
- $value : mixed
Return values
$thistoArray()
public
toArray() : array<string|int, mixed>
Return values
array<string|int, mixed>type()
public
type(string $name[, mixed $value = [] ]) : TypeConfig|$this
Parameters
- $name : string
- $value : mixed = []