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

27 lines
499 B
YAML

name: DeepObjectPopulateChildDummy
class_comment: "# * @author J\xE9r\xF4me Desjardin <jewome62@gmail.com>"
dependencies: []
properties:
- name: foo
visibility: public
comment: null
- name: bar
visibility: public
comment: null
methods:
- name: getFoo
visibility: public
parameters: []
comment: null
- name: setFoo
visibility: public
parameters:
- name: foo
comment: null
- name: setBar
visibility: public
parameters:
- name: bar
comment: null
traits: []
interfaces: []