File tree Expand file tree Collapse file tree 2 files changed +10
-12
lines changed Expand file tree Collapse file tree 2 files changed +10
-12
lines changed Original file line number Diff line number Diff line change 11DisableAutoMapping
22==================
33
4- This constraint allows to disable Doctrine's ``auto_mapping `` on a class or a
5- property. You can read more about it
6- :ref: `here <doctrine_auto-mapping >`. Automapping allows to determine
7- validation rules based on Doctrine's annotations and attributes. You may
8- use this constraint when automapping is globally enabled, but you still want to
9- disable this feature for a class or a property specifically.
4+ This constraint allows to disable :ref: `Doctrine's auto mapping <doctrine_auto-mapping >`
5+ on a class or a property. Automapping allows to determine validation rules based
6+ on Doctrine's annotations and attributes. You may use this constraint when
7+ automapping is globally enabled, but you still want to disable this feature for
8+ a class or a property specifically.
109
1110========== ===================================================================
1211Applies to :ref: `property or method <validation-property-target >`
Original file line number Diff line number Diff line change 11EnableAutoMapping
22=================
33
4- This constraint allows to enable Doctrine's ``auto_mapping `` on a class or a
5- property. You can read more about it
6- :ref: `here <doctrine_auto-mapping >`. Automapping allows to determine
7- validation rules based on Doctrine's annotations and attributes. You may
8- use this constraint when automapping is globally disabled, but you still want
9- to enable this feature for a class or a property specifically.
4+ This constraint allows to enable :ref: `Doctrine's auto mapping <doctrine_auto-mapping >`
5+ on a class or a property. Automapping allows to determine validation rules based
6+ on Doctrine's annotations and attributes. You may use this constraint when
7+ automapping is globally disabled, but you still want to enable this feature for
8+ a class or a property specifically.
109
1110========== ===================================================================
1211Applies to :ref: `property or method <validation-property-target >`
You can’t perform that action at this time.
0 commit comments