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: []