MarkingStoreConfig
in package
This class is automatically generated to help in creating a config.
Table of Contents
Properties
- $_usedProperties : mixed
- $property : mixed
- $service : mixed
- $type : mixed
Methods
- __construct() : mixed
- property() : $this
- service() : $this
- toArray() : array<string|int, mixed>
- type() : $this
Properties
$_usedProperties
private
mixed
$_usedProperties
= []
$property
private
mixed
$property
$service
private
mixed
$service
$type
private
mixed
$type
Methods
__construct()
public
__construct([array<string|int, mixed> $value = [] ]) : mixed
Parameters
- $value : array<string|int, mixed> = []
property()
public
property(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|"method" $value) : $this
Parameters
- $value : ParamConfigurator|"method"