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

19 lines
334 B
YAML

name: DummySecondChildQuux
class_comment: null
dependencies: []
properties:
- name: value
visibility: private
comment: '# * @var string'
methods:
- name: __construct
visibility: public
parameters:
- name: value
comment: null
- name: getValue
visibility: public
parameters: []
comment: null
traits: []
interfaces: []