44 lines
914 B
YAML
44 lines
914 B
YAML
|
name: EnvelopeNormalizer
|
||
|
class_comment: '# * @author Karoly Gossler <connor@connor.hu>'
|
||
|
dependencies:
|
||
|
- name: NormalizerInterface
|
||
|
type: class
|
||
|
source: Symfony\Component\Serializer\Normalizer\NormalizerInterface
|
||
|
properties:
|
||
|
- name: serializer
|
||
|
visibility: private
|
||
|
comment: null
|
||
|
methods:
|
||
|
- name: normalize
|
||
|
visibility: public
|
||
|
parameters:
|
||
|
- name: envelope
|
||
|
- name: format
|
||
|
default: 'null'
|
||
|
- name: context
|
||
|
default: '[]'
|
||
|
comment: null
|
||
|
- name: getSupportedTypes
|
||
|
visibility: public
|
||
|
parameters:
|
||
|
- name: format
|
||
|
comment: null
|
||
|
- name: supportsNormalization
|
||
|
visibility: public
|
||
|
parameters:
|
||
|
- name: data
|
||
|
- name: format
|
||
|
default: 'null'
|
||
|
- name: context
|
||
|
default: '[]'
|
||
|
comment: null
|
||
|
- name: setSerializer
|
||
|
visibility: public
|
||
|
parameters:
|
||
|
- name: serializer
|
||
|
comment: null
|
||
|
traits:
|
||
|
- Symfony\Component\Serializer\Normalizer\NormalizerInterface
|
||
|
interfaces:
|
||
|
- NormalizerInterface
|