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

40 lines
1.3 KiB
YAML
Raw Normal View History

2024-09-26 09:03:21 +00:00
name: ConstructorArgumentsTestTrait
class_comment: null
dependencies:
- name: MissingConstructorArgumentsException
type: class
source: Symfony\Component\Serializer\Exception\MissingConstructorArgumentsException
- name: DenormalizerInterface
type: class
source: Symfony\Component\Serializer\Normalizer\DenormalizerInterface
- name: NotSerializedConstructorArgumentDummy
type: class
source: Symfony\Component\Serializer\Tests\Fixtures\NotSerializedConstructorArgumentDummy
properties: []
methods:
- name: getDenormalizerForConstructArguments
visibility: protected
parameters: []
comment: null
- name: testDefaultConstructorArguments
visibility: public
parameters: []
comment: null
- name: testMetadataAwareNameConvertorWithNotSerializedConstructorParameter
visibility: public
parameters: []
comment: null
- name: testConstructorWithMissingData
visibility: public
parameters: []
comment: null
- name: testExceptionsAreCollectedForConstructorWithMissingData
visibility: public
parameters: []
comment: null
traits:
- Symfony\Component\Serializer\Exception\MissingConstructorArgumentsException
- Symfony\Component\Serializer\Normalizer\DenormalizerInterface
- Symfony\Component\Serializer\Tests\Fixtures\NotSerializedConstructorArgumentDummy
interfaces: []