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

39 lines
1.3 KiB
YAML

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