api/symfony/Component/Serializer/Attribute/MaxDepth.yaml

23 lines
676 B
YAML
Raw Normal View History

2024-09-26 09:03:21 +00:00
name: MaxDepth
class_comment: null
dependencies:
- name: InvalidArgumentException
type: class
source: Symfony\Component\Serializer\Exception\InvalidArgumentException
properties: []
methods:
- name: __construct
visibility: public
parameters:
- name: maxDepth
comment: "# * @author K\xE9vin Dunglas <dunglas@gmail.com>\n# */\n# #[\\Attribute(\\\
Attribute::TARGET_METHOD | \\Attribute::TARGET_PROPERTY)]\n# class MaxDepth\n\
# {\n# /**\n# * @param int $maxDepth The maximum serialization depth"
- name: getMaxDepth
visibility: public
parameters: []
comment: null
traits:
- Symfony\Component\Serializer\Exception\InvalidArgumentException
interfaces: []