api/symfony/Component/Serializer/Tests/Normalizer/Features/MaxDepthTestTrait.yaml
2024-09-26 02:03:21 -07:00

27 lines
712 B
YAML

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: []