36 lines
722 B
YAML
36 lines
722 B
YAML
|
name: GroupDummyParent
|
||
|
class_comment: "# * @author K\xE9vin Dunglas <dunglas@gmail.com>"
|
||
|
dependencies:
|
||
|
- name: Groups
|
||
|
type: class
|
||
|
source: Symfony\Component\Serializer\Attribute\Groups
|
||
|
properties:
|
||
|
- name: kevin
|
||
|
visibility: private
|
||
|
comment: null
|
||
|
- name: coopTilleuls
|
||
|
visibility: private
|
||
|
comment: null
|
||
|
methods:
|
||
|
- name: setKevin
|
||
|
visibility: public
|
||
|
parameters:
|
||
|
- name: kevin
|
||
|
comment: null
|
||
|
- name: getKevin
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: setCoopTilleuls
|
||
|
visibility: public
|
||
|
parameters:
|
||
|
- name: coopTilleuls
|
||
|
comment: null
|
||
|
- name: getCoopTilleuls
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
traits:
|
||
|
- Symfony\Component\Serializer\Attribute\Groups
|
||
|
interfaces: []
|