name: MaxDepthDummy class_comment: "# * @author K\xE9vin Dunglas " dependencies: - name: MaxDepth type: class source: Symfony\Component\Serializer\Attribute\MaxDepth properties: - name: child visibility: public comment: "# * @author K\xE9vin Dunglas \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: []