Documentation

Driver

Table of Contents

$name  : string|null
Name of the driver.
$options  : array<string|int, string>|null
Key/value map of driver-specific options.
getName()  : string|null
Name of the driver.
getOptions()  : array<string|int, string>|null
Key/value map of driver-specific options.
setName()  : self
Name of the driver.
setOptions()  : self
Key/value map of driver-specific options.

Properties

$name

Name of the driver.

protected string|null $name

$options

Key/value map of driver-specific options.

protected array<string|int, string>|null $options

Methods

getName()

Name of the driver.

public getName() : string|null
Return values
string|null

getOptions()

Key/value map of driver-specific options.

public getOptions() : array<string|int, string>|null
Return values
array<string|int, string>|null

setName()

Name of the driver.

public setName(string|null $name) : self
Parameters
$name : string|null
Return values
self

setOptions()

Key/value map of driver-specific options.

public setOptions(array<string|int, string>|null $options) : self
Parameters
$options : array<string|int, string>|null
Return values
self

Search results