api/symfony/Component/PropertyAccess/Tests/Fixtures/TestPublicPropertyGetterOnObjectMagicGet.yaml

19 lines
310 B
YAML
Raw Permalink Normal View History

2024-09-26 09:03:21 +00:00
name: TestPublicPropertyGetterOnObjectMagicGet
class_comment: null
dependencies: []
properties:
- name: a
visibility: public
comment: null
- name: b
visibility: private
comment: null
methods:
- name: __get
visibility: public
parameters:
- name: property
comment: null
traits: []
interfaces: []