RedisConfig
in package
This class is automatically generated to help in creating a config.
Table of Contents
Properties
- $_usedProperties : mixed
- $database : mixed
- $host : mixed
- $id : mixed
- $keyName : mixed
- $password : mixed
- $port : mixed
Methods
- __construct() : mixed
- database() : $this
- host() : $this
- id() : $this
- keyName() : $this
- password() : $this
- port() : $this
- toArray() : array<string|int, mixed>
Properties
$_usedProperties
private
mixed
$_usedProperties
= []
$database
private
mixed
$database
$host
private
mixed
$host
$id
private
mixed
$id
$keyName
private
mixed
$keyName
$password
private
mixed
$password
$port
private
mixed
$port
Methods
__construct()
public
__construct([array<string|int, mixed> $value = [] ]) : mixed
Parameters
- $value : array<string|int, mixed> = []
database()
public
database(ParamConfigurator|mixed $value) : $this
Parameters
- $value : ParamConfigurator|mixed
Tags
Return values
$thishost()
public
host(ParamConfigurator|mixed $value) : $this
Parameters
- $value : ParamConfigurator|mixed
Tags
Return values
$thisid()
public
id(ParamConfigurator|mixed $value) : $this
Parameters
- $value : ParamConfigurator|mixed
Tags
Return values
$thiskeyName()
public
keyName(ParamConfigurator|mixed $value) : $this
Parameters
- $value : ParamConfigurator|mixed
Tags
Return values
$thispassword()
public
password(ParamConfigurator|mixed $value) : $this
Parameters
- $value : ParamConfigurator|mixed
Tags
Return values
$thisport()
public
port(ParamConfigurator|mixed $value) : $this
Parameters
- $value : ParamConfigurator|mixed
Tags
Return values
$thistoArray()
public
toArray() : array<string|int, mixed>