37 lines
640 B
YAML
37 lines
640 B
YAML
|
name: DummyWithWithVariadicParameterConstructor
|
||
|
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
|
||
|
default: '1'
|
||
|
- name: '...$baz'
|
||
|
comment: null
|
||
|
- name: getFoo
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: getBar
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: getBaz
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: '# @return Dummy[]'
|
||
|
traits: []
|
||
|
interfaces: []
|