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

17 lines
293 B
YAML

name: DummyPrivatePropertyWithoutGetter
class_comment: null
dependencies: []
properties:
- name: foo
visibility: private
comment: null
- name: bar
visibility: private
comment: null
methods:
- name: getBar
visibility: public
parameters: []
comment: null
traits: []
interfaces: []