AutoMappingStrategy
in package
FinalYes
Specifies how the auto-mapping feature should behave.
Tags
Table of Contents
Constants
- DISABLED = 2
- Explicitly disabled.
- ENABLED = 1
- Explicitly enabled.
- NONE = 0
- Nothing explicitly set, rely on auto-mapping configured regex.
Methods
- __construct() : mixed
- Not instantiable.
Constants
DISABLED
Explicitly disabled.
public
mixed
DISABLED
= 2
ENABLED
Explicitly enabled.
public
mixed
ENABLED
= 1
NONE
Nothing explicitly set, rely on auto-mapping configured regex.
public
mixed
NONE
= 0
Methods
__construct()
Not instantiable.
private
__construct() : mixed