AbstractStepNormalizer
AbstractStepNormalizer.php
:
27
Abstract
Implements
DenormalizerInterface, NormalizerInterface, DenormalizerAwareInterface, NormalizerAwareInterface, StepNormalizerInterface, CacheableSupportsMethodInterface
Uses
DenormalizerAwareTrait, NormalizerAwareTrait
Constants¶
CONTEXT_STEP_CLASS_KEY ¶
AbstractStepNormalizer.php
:
29
|
|
Methods¶
denormalize()
¶
AbstractStepNormalizer.php
:
86
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$data | array<string|int, mixed> | - | - |
$type | string | - | - |
$format | string | null | - |
$context | array<string|int, mixed> | [] | - |
getHandledClassType()
¶
AbstractStepNormalizer.php
:
139
|
|
Return values
string
hasCacheableSupportsMethod()
¶
AbstractStepNormalizer.php
:
151
|
|
Return values
bool
normalize()
¶
AbstractStepNormalizer.php
:
44
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$object | T | - | - |
$format | string|null | null | - |
$context | array<string|int, mixed> | [] | - |
Return values
array<string|int, mixed>
supportsDenormalization()
¶
AbstractStepNormalizer.php
:
146
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$data | mixed | - | - |
$type | string | - | - |
$format | string | null | - |
supportsNormalization()
¶
AbstractStepNormalizer.php
:
141
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$data | mixed | - | - |
$format | string | null | - |
denormalizeStep()
¶
AbstractStepNormalizer.php
:
136
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$data | array<string|int, mixed> | - | - |
$type | string | - | - |
$format | string | - | - |
$context | array<string|int, mixed> | [] | - |
Return values
StepInterface
normalizeStep()
¶
AbstractStepNormalizer.php
:
78
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$object | StepInterface | - | - |
$format | string | null | - |
$context | array<string|int, mixed> | [] | - |
Return values
array<string, mixed>