PoolConfig
in package
This class is automatically generated to help in creating a config.
Table of Contents
Properties
- $_usedProperties : mixed
- $adapters : mixed
- $clearer : mixed
- $defaultLifetime : mixed
- $earlyExpirationMessageBus : mixed
- $provider : mixed
- $public : mixed
- $tags : mixed
Methods
- __construct() : mixed
- adapters() : $this
- clearer() : $this
- defaultLifetime() : $this
- Default lifetime of the pool
- earlyExpirationMessageBus() : $this
- provider() : $this
- Overwrite the setting from the default provider for this adapter.
- public() : $this
- tags() : $this
- toArray() : array<string|int, mixed>
Properties
$_usedProperties
private
mixed
$_usedProperties
= []
$adapters
private
mixed
$adapters
$clearer
private
mixed
$clearer
$defaultLifetime
private
mixed
$defaultLifetime
$earlyExpirationMessageBus
private
mixed
$earlyExpirationMessageBus
$provider
private
mixed
$provider
$public
private
mixed
$public
$tags
private
mixed
$tags
Methods
__construct()
public
__construct([array<string|int, mixed> $value = [] ]) : mixed
Parameters
- $value : array<string|int, mixed> = []
adapters()
public
adapters(mixed $value) : $this
Parameters
- $value : mixed
Return values
$thisclearer()
public
clearer(ParamConfigurator|mixed $value) : $this
Parameters
- $value : ParamConfigurator|mixed
Tags
Return values
$thisdefaultLifetime()
Default lifetime of the pool
public
defaultLifetime(ParamConfigurator|mixed $value) : $this
Parameters
- $value : ParamConfigurator|mixed
Tags
Return values
$thisearlyExpirationMessageBus()
public
earlyExpirationMessageBus(ParamConfigurator|mixed $value) : $this
Parameters
- $value : ParamConfigurator|mixed
Tags
Return values
$thisprovider()
Overwrite the setting from the default provider for this adapter.
public
provider(ParamConfigurator|mixed $value) : $this
Parameters
- $value : ParamConfigurator|mixed
Tags
Return values
$thispublic()
public
public(ParamConfigurator|bool $value) : $this
Parameters
- $value : ParamConfigurator|bool
Tags
Return values
$thistags()
public
tags(ParamConfigurator|mixed $value) : $this
Parameters
- $value : ParamConfigurator|mixed
Tags
Return values
$thistoArray()
public
toArray() : array<string|int, mixed>