platform/api/symfony/Component/Serializer/Tests/Fixtures/Attributes/ContextDummyParent.yaml
2024-09-02 10:44:11 -07:00

17 lines
433 B
YAML

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