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

28 lines
712 B
YAML
Raw Normal View History

2024-09-26 09:03:21 +00:00
name: MaxDepthTestTrait
class_comment: null
dependencies:
- name: NormalizerInterface
type: class
source: Symfony\Component\Serializer\Normalizer\NormalizerInterface
- name: MaxDepthDummy
type: class
source: Symfony\Component\Serializer\Tests\Fixtures\Attributes\MaxDepthDummy
properties: []
methods:
- name: getNormalizerForMaxDepth
visibility: protected
parameters: []
comment: null
- name: testMaxDepth
visibility: public
parameters: []
comment: null
- name: testMaxDepthHandler
visibility: public
parameters: []
comment: null
traits:
- Symfony\Component\Serializer\Normalizer\NormalizerInterface
- Symfony\Component\Serializer\Tests\Fixtures\Attributes\MaxDepthDummy
interfaces: []