api/symfony/Component/Serializer/Tests/Normalizer/Features/IgnoredAttributesTestTrait.yaml

36 lines
972 B
YAML
Raw Normal View History

2024-09-26 09:03:21 +00:00
name: IgnoredAttributesTestTrait
class_comment: null
dependencies:
- name: DenormalizerInterface
type: class
source: Symfony\Component\Serializer\Normalizer\DenormalizerInterface
- name: NormalizerInterface
type: class
source: Symfony\Component\Serializer\Normalizer\NormalizerInterface
properties: []
methods:
- name: getNormalizerForIgnoredAttributes
visibility: protected
parameters: []
comment: null
- name: getDenormalizerForIgnoredAttributes
visibility: protected
parameters: []
comment: null
- name: testIgnoredAttributesNormalize
visibility: public
parameters: []
comment: null
- name: testIgnoredAttributesContextDenormalize
visibility: public
parameters: []
comment: null
- name: testIgnoredAttributesContextDenormalizeInherit
visibility: public
parameters: []
comment: null
traits:
- Symfony\Component\Serializer\Normalizer\DenormalizerInterface
- Symfony\Component\Serializer\Normalizer\NormalizerInterface
interfaces: []