Documentation

Config
in package

Driver configuration.

Table of Contents

Properties

$connections  : array<string|int, mixed>
$driver  : null|Driver
$logger  : null|LoggerInterface
$options  : array<string|int, mixed>

Methods

__construct()  : mixed
hasConnections()  : bool
hasLogger()  : bool
hasOptions()  : bool

Properties

$connections

public array<string|int, mixed> $connections = []

$logger read-only

public null|LoggerInterface $logger

$options read-only

public array<string|int, mixed> $options

Methods

__construct()

public __construct(array<string|int, mixed> $config) : mixed
Parameters
$config : array<string|int, mixed>

hasConnections()

public hasConnections() : bool
Return values
bool

hasLogger()

public hasLogger() : bool
Return values
bool

hasOptions()

public hasOptions() : bool
Return values
bool

        
On this page

Search results