platform/api/symfony/Component/Serializer/Tests/Fixtures/DummyString.yaml

38 lines
901 B
YAML
Raw Normal View History

2024-09-02 17:44:11 +00:00
name: DummyString
class_comment: '# * @author Jeroen <github.com/Jeroeny>'
dependencies:
- name: DenormalizableInterface
type: class
source: Symfony\Component\Serializer\Normalizer\DenormalizableInterface
- name: DenormalizerInterface
type: class
source: Symfony\Component\Serializer\Normalizer\DenormalizerInterface
properties:
- name: value
visibility: public
comment: '# * @author Jeroen <github.com/Jeroeny>
# */
# class DummyString implements DenormalizableInterface
# {
# /** @var string $value'
methods:
- name: denormalize
visibility: public
parameters:
- name: denormalizer
- name: data
- name: format
default: 'null'
- name: context
default: '[]'
comment: null
traits:
- Symfony\Component\Serializer\Normalizer\DenormalizableInterface
- Symfony\Component\Serializer\Normalizer\DenormalizerInterface
interfaces:
- DenormalizableInterface