101 lines
1.9 KiB
YAML
101 lines
1.9 KiB
YAML
|
name: GroupDummy
|
||
|
class_comment: "# * @author K\xE9vin Dunglas <dunglas@gmail.com>"
|
||
|
dependencies:
|
||
|
- name: Groups
|
||
|
type: class
|
||
|
source: Symfony\Component\Serializer\Attribute\Groups
|
||
|
- name: ChildOfGroupsAnnotationDummy
|
||
|
type: class
|
||
|
source: Symfony\Component\Serializer\Tests\Fixtures\ChildOfGroupsAnnotationDummy
|
||
|
properties:
|
||
|
- name: foo
|
||
|
visibility: private
|
||
|
comment: null
|
||
|
- name: bar
|
||
|
visibility: protected
|
||
|
comment: null
|
||
|
- name: quux
|
||
|
visibility: protected
|
||
|
comment: null
|
||
|
- name: fooBar
|
||
|
visibility: private
|
||
|
comment: null
|
||
|
- name: symfony
|
||
|
visibility: private
|
||
|
comment: null
|
||
|
- name: default
|
||
|
visibility: private
|
||
|
comment: null
|
||
|
- name: className
|
||
|
visibility: private
|
||
|
comment: null
|
||
|
methods:
|
||
|
- name: setBar
|
||
|
visibility: public
|
||
|
parameters:
|
||
|
- name: bar
|
||
|
comment: null
|
||
|
- name: getBar
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: setFoo
|
||
|
visibility: public
|
||
|
parameters:
|
||
|
- name: foo
|
||
|
comment: null
|
||
|
- name: getFoo
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: setFooBar
|
||
|
visibility: public
|
||
|
parameters:
|
||
|
- name: fooBar
|
||
|
comment: null
|
||
|
- name: isFooBar
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: setSymfony
|
||
|
visibility: public
|
||
|
parameters:
|
||
|
- name: symfony
|
||
|
comment: null
|
||
|
- name: getSymfony
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: getQuux
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: setQuux
|
||
|
visibility: public
|
||
|
parameters:
|
||
|
- name: quux
|
||
|
comment: null
|
||
|
- name: setDefault
|
||
|
visibility: public
|
||
|
parameters:
|
||
|
- name: default
|
||
|
comment: null
|
||
|
- name: getDefault
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: setClassName
|
||
|
visibility: public
|
||
|
parameters:
|
||
|
- name: className
|
||
|
comment: null
|
||
|
- name: getClassName
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
traits:
|
||
|
- Symfony\Component\Serializer\Attribute\Groups
|
||
|
- Symfony\Component\Serializer\Tests\Fixtures\ChildOfGroupsAnnotationDummy
|
||
|
interfaces:
|
||
|
- GroupDummyInterface
|