SymfonySerializerConfig
in package
This class is automatically generated to help in creating a config.
Table of Contents
Properties
- $_usedProperties : mixed
- $context : mixed
- $format : mixed
Methods
- __construct() : mixed
- context() : $this
- format() : $this
- Serialization format for the messenger.transport.symfony_serializer service (which is not the serializer used by default).
- toArray() : array<string|int, mixed>
Properties
$_usedProperties
private
mixed
$_usedProperties
= []
$context
private
mixed
$context
$format
private
mixed
$format
Methods
__construct()
public
__construct([array<string|int, mixed> $value = [] ]) : mixed
Parameters
- $value : array<string|int, mixed> = []
context()
public
context(string $name, mixed $value) : $this
Parameters
- $name : string
- $value : mixed
Return values
$thisformat()
Serialization format for the messenger.transport.symfony_serializer service (which is not the serializer used by default).
public
format(ParamConfigurator|mixed $value) : $this
Parameters
- $value : ParamConfigurator|mixed
Tags
Return values
$thistoArray()
public
toArray() : array<string|int, mixed>