38 lines
801 B
YAML
38 lines
801 B
YAML
|
name: FooInterfaceDummyDenormalizer
|
||
|
class_comment: null
|
||
|
dependencies:
|
||
|
- name: DenormalizerInterface
|
||
|
type: class
|
||
|
source: Symfony\Component\Serializer\Normalizer\DenormalizerInterface
|
||
|
properties: []
|
||
|
methods:
|
||
|
- name: denormalize
|
||
|
visibility: public
|
||
|
parameters:
|
||
|
- name: data
|
||
|
- name: type
|
||
|
- name: format
|
||
|
default: 'null'
|
||
|
- name: context
|
||
|
default: '[]'
|
||
|
comment: null
|
||
|
- name: supportsDenormalization
|
||
|
visibility: public
|
||
|
parameters:
|
||
|
- name: data
|
||
|
- name: type
|
||
|
- name: format
|
||
|
default: 'null'
|
||
|
- name: context
|
||
|
default: '[]'
|
||
|
comment: null
|
||
|
- name: getSupportedTypes
|
||
|
visibility: public
|
||
|
parameters:
|
||
|
- name: format
|
||
|
comment: '# * @return array<string, bool>'
|
||
|
traits:
|
||
|
- Symfony\Component\Serializer\Normalizer\DenormalizerInterface
|
||
|
interfaces:
|
||
|
- DenormalizerInterface
|