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

25 lines
415 B
YAML

name: StaticConstructorDummy
class_comment: null
dependencies: []
properties:
- name: foo
visibility: public
comment: null
- name: bar
visibility: public
comment: null
- name: quz
visibility: public
comment: null
methods:
- name: create
visibility: public
parameters:
- name: foo
comment: null
- name: __construct
visibility: private
parameters: []
comment: null
traits: []
interfaces: []