25 lines
514 B
YAML
25 lines
514 B
YAML
|
name: IgnoreDummy
|
||
|
class_comment: "# * @author K\xE9vin Dunglas <dunglas@gmail.com>"
|
||
|
dependencies:
|
||
|
- name: Ignore
|
||
|
type: class
|
||
|
source: Symfony\Component\Serializer\Attribute\Ignore
|
||
|
properties:
|
||
|
- name: notIgnored
|
||
|
visibility: public
|
||
|
comment: null
|
||
|
- name: ignored1
|
||
|
visibility: public
|
||
|
comment: null
|
||
|
- name: ignored2
|
||
|
visibility: private
|
||
|
comment: null
|
||
|
methods:
|
||
|
- name: getIgnored2
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
traits:
|
||
|
- Symfony\Component\Serializer\Attribute\Ignore
|
||
|
interfaces: []
|