platform/api/symfony/Component/Serializer/Tests/Fixtures/Attributes/ContextDummyParent.yaml

18 lines
433 B
YAML
Raw Normal View History

2024-09-02 17:44:11 +00:00
name: ContextDummyParent
class_comment: '# * @author Maxime Steinhausser <maxime.steinhausser@gmail.com>'
dependencies:
- name: Context
type: class
source: Symfony\Component\Serializer\Attribute\Context
properties:
- name: parentProperty
visibility: public
comment: null
- name: overriddenParentProperty
visibility: public
comment: null
methods: []
traits:
- Symfony\Component\Serializer\Attribute\Context
interfaces: []