api/symfony/Component/Serializer/Tests/Fixtures/Attributes/IgnoreDummy.yaml

25 lines
514 B
YAML
Raw Permalink Normal View History

2024-09-26 09:03:21 +00:00
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: []