29 lines
716 B
YAML
29 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: []
|