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

44 lines
1.2 KiB
YAML
Raw Normal View History

2024-09-26 09:03:21 +00:00
name: AttributesTestTrait
class_comment: null
dependencies:
- name: ExtraAttributesException
type: class
source: Symfony\Component\Serializer\Exception\ExtraAttributesException
- name: DenormalizerInterface
type: class
source: Symfony\Component\Serializer\Normalizer\DenormalizerInterface
- name: NormalizerInterface
type: class
source: Symfony\Component\Serializer\Normalizer\NormalizerInterface
properties: []
methods:
- name: getNormalizerForAttributes
visibility: protected
parameters: []
comment: null
- name: getDenormalizerForAttributes
visibility: protected
parameters: []
comment: null
- name: testAttributesNormalize
visibility: public
parameters: []
comment: null
- name: testAttributesContextDenormalize
visibility: public
parameters: []
comment: null
- name: testAttributesContextDenormalizeIgnoreExtraAttributes
visibility: public
parameters: []
comment: null
- name: testAttributesContextDenormalizeExceptionExtraAttributes
visibility: public
parameters: []
comment: null
traits:
- Symfony\Component\Serializer\Exception\ExtraAttributesException
- Symfony\Component\Serializer\Normalizer\DenormalizerInterface
- Symfony\Component\Serializer\Normalizer\NormalizerInterface
interfaces: []