api/symfony/Component/Validator/Mapping/AutoMappingStrategy.yaml

17 lines
677 B
YAML
Raw Normal View History

2024-09-26 09:03:21 +00:00
name: AutoMappingStrategy
class_comment: null
dependencies: []
properties: []
methods:
- name: __construct
visibility: private
parameters: []
comment: "# * Specifies how the auto-mapping feature should behave.\n# *\n# * @author\
\ Maxime Steinhausser <maxime.steinhausser@gmail.com>\n# */\n# final class AutoMappingStrategy\n\
# {\n# /**\n# * Nothing explicitly set, rely on auto-mapping configured regex.\n\
# */\n# public const NONE = 0;\n# \n# /**\n# * Explicitly enabled.\n# */\n# public\
\ const ENABLED = 1;\n# \n# /**\n# * Explicitly disabled.\n# */\n# public const\
\ DISABLED = 2;\n# \n# /**\n# * Not instantiable."
traits: []
interfaces: []