22 lines
676 B
YAML
22 lines
676 B
YAML
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: []
|