platform/api/symfony/Component/Serializer/Tests/Fixtures/Attributes/MaxDepthDummy.yaml
2024-09-02 10:44:11 -07:00

28 lines
716 B
YAML

name: MaxDepthDummy
class_comment: "# * @author K\xE9vin Dunglas <dunglas@gmail.com>"
dependencies:
- name: MaxDepth
type: class
source: Symfony\Component\Serializer\Attribute\MaxDepth
properties:
- name: child
visibility: public
comment: "# * @author K\xE9vin Dunglas <dunglas@gmail.com>\n# */\n# class MaxDepthDummy\n\
# {\n# #[MaxDepth(2)]\n# public $foo;\n# \n# public $bar;\n# \n# /**\n# * @var\
\ self"
methods:
- name: getBar
visibility: public
parameters: []
comment: null
- name: getChild
visibility: public
parameters: []
comment: null
- name: getFoo
visibility: public
parameters: []
comment: null
traits:
- Symfony\Component\Serializer\Attribute\MaxDepth
interfaces: []