25 lines
545 B
YAML
25 lines
545 B
YAML
|
name: ContextDummy
|
||
|
class_comment: '# * @author Maxime Steinhausser <maxime.steinhausser@gmail.com>'
|
||
|
dependencies:
|
||
|
- name: Context
|
||
|
type: class
|
||
|
source: Symfony\Component\Serializer\Attribute\Context
|
||
|
properties:
|
||
|
- name: foo
|
||
|
visibility: public
|
||
|
comment: null
|
||
|
- name: bar
|
||
|
visibility: public
|
||
|
comment: null
|
||
|
- name: overriddenParentProperty
|
||
|
visibility: public
|
||
|
comment: null
|
||
|
methods:
|
||
|
- name: getMethodWithContext
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
traits:
|
||
|
- Symfony\Component\Serializer\Attribute\Context
|
||
|
interfaces: []
|