PropertyAccessConfig
in package
This class is automatically generated to help in creating a config.
Table of Contents
Properties
- $_usedProperties : mixed
- $enabled : mixed
- $magicCall : mixed
- $magicGet : mixed
- $magicSet : mixed
- $throwExceptionOnInvalidIndex : mixed
- $throwExceptionOnInvalidPropertyPath : mixed
Methods
- __construct() : mixed
- enabled() : $this
- magicCall() : $this
- magicGet() : $this
- magicSet() : $this
- throwExceptionOnInvalidIndex() : $this
- throwExceptionOnInvalidPropertyPath() : $this
- toArray() : array<string|int, mixed>
Properties
$_usedProperties
private
mixed
$_usedProperties
= []
$enabled
private
mixed
$enabled
$magicCall
private
mixed
$magicCall
$magicGet
private
mixed
$magicGet
$magicSet
private
mixed
$magicSet
$throwExceptionOnInvalidIndex
private
mixed
$throwExceptionOnInvalidIndex
$throwExceptionOnInvalidPropertyPath
private
mixed
$throwExceptionOnInvalidPropertyPath
Methods
__construct()
public
__construct([array<string|int, mixed> $value = [] ]) : mixed
Parameters
- $value : array<string|int, mixed> = []
enabled()
public
enabled(ParamConfigurator|bool $value) : $this
Parameters
- $value : ParamConfigurator|bool
Tags
Return values
$thismagicCall()
public
magicCall(ParamConfigurator|bool $value) : $this
Parameters
- $value : ParamConfigurator|bool
Tags
Return values
$thismagicGet()
public
magicGet(ParamConfigurator|bool $value) : $this
Parameters
- $value : ParamConfigurator|bool
Tags
Return values
$thismagicSet()
public
magicSet(ParamConfigurator|bool $value) : $this
Parameters
- $value : ParamConfigurator|bool
Tags
Return values
$thisthrowExceptionOnInvalidIndex()
public
throwExceptionOnInvalidIndex(ParamConfigurator|bool $value) : $this
Parameters
- $value : ParamConfigurator|bool
Tags
Return values
$thisthrowExceptionOnInvalidPropertyPath()
public
throwExceptionOnInvalidPropertyPath(ParamConfigurator|bool $value) : $this
Parameters
- $value : ParamConfigurator|bool
Tags
Return values
$thistoArray()
public
toArray() : array<string|int, mixed>