api/symfony/Component/Serializer/Tests/Normalizer/Features/ConstructorArgumentsObject.yaml
2024-09-26 02:03:21 -07:00

23 lines
380 B
YAML

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