RegionConfig
in package
This class is automatically generated to help in creating a config.
Table of Contents
Properties
- $_usedProperties : mixed
- $cacheDriver : mixed
- $lifetime : mixed
- $lockLifetime : mixed
- $lockPath : mixed
- $name : mixed
- $service : mixed
- $type : mixed
Methods
- __construct() : mixed
- cacheDriver() : CacheDriverConfig|$this
- lifetime() : $this
- lockLifetime() : $this
- lockPath() : $this
- name() : $this
- service() : $this
- toArray() : array<string|int, mixed>
- type() : $this
Properties
$_usedProperties
private
mixed
$_usedProperties
= []
$cacheDriver
private
mixed
$cacheDriver
$lifetime
private
mixed
$lifetime
$lockLifetime
private
mixed
$lockLifetime
$lockPath
private
mixed
$lockPath
$name
private
mixed
$name
$service
private
mixed
$service
$type
private
mixed
$type
Methods
__construct()
public
__construct([array<string|int, mixed> $value = [] ]) : mixed
Parameters
- $value : array<string|int, mixed> = []
cacheDriver()
public
cacheDriver([mixed $value = [] ]) : CacheDriverConfig|$this
Parameters
- $value : mixed = []
Return values
CacheDriverConfig|$thislifetime()
public
lifetime(ParamConfigurator|mixed $value) : $this
Parameters
- $value : ParamConfigurator|mixed
Tags
Return values
$thislockLifetime()
public
lockLifetime(ParamConfigurator|mixed $value) : $this
Parameters
- $value : ParamConfigurator|mixed
Tags
Return values
$thislockPath()
public
lockPath(ParamConfigurator|mixed $value) : $this
Parameters
- $value : ParamConfigurator|mixed
Tags
Return values
$thisname()
public
name(ParamConfigurator|mixed $value) : $this
Parameters
- $value : ParamConfigurator|mixed
Tags
Return values
$thisservice()
public
service(ParamConfigurator|mixed $value) : $this
Parameters
- $value : ParamConfigurator|mixed
Tags
Return values
$thistoArray()
public
toArray() : array<string|int, mixed>
Return values
array<string|int, mixed>type()
public
type(ParamConfigurator|mixed $value) : $this
Parameters
- $value : ParamConfigurator|mixed