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

24 lines
412 B
YAML

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