api/symfony/Component/Serializer/Tests/Fixtures/Attributes/IgnoreDummyAdditionalGetterWithoutIgnoreAnnotations.yaml

25 lines
457 B
YAML
Raw Normal View History

2024-09-26 09:03:21 +00:00
name: IgnoreDummyAdditionalGetterWithoutIgnoreAnnotations
class_comment: null
dependencies: []
properties:
- name: myValue
visibility: private
comment: null
methods:
- name: getIgnored2
visibility: public
parameters: []
comment: null
- name: getExtraValue
visibility: public
parameters:
- name: parameter
comment: null
- name: setExtraValue2
visibility: public
parameters:
- name: parameter
comment: null
traits: []
interfaces: []