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

18 lines
310 B
YAML

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: []