File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -538,6 +538,8 @@ with the ``property_info`` service in the Symfony Framework::
538
538
// Type information.
539
539
$doctrineExtractor->getTypes($class, $property);
540
540
541
+ .. _components-property-information-constructor-extractor :
542
+
541
543
ConstructorExtractor
542
544
~~~~~~~~~~~~~~~~~~~~
543
545
Original file line number Diff line number Diff line change @@ -2451,6 +2451,14 @@ enabled
2451
2451
2452
2452
**type **: ``boolean `` **default **: ``true `` or ``false `` depending on your installation
2453
2453
2454
+ with_constructor_extractor
2455
+ ..........................
2456
+
2457
+ **type **: ``boolean `` **default **: ``false ``
2458
+
2459
+ Configures the ``property_info `` service to extract property information from the constructor arguments
2460
+ using the :ref: `ConstructorExtractor <components-property-information-constructor-extractor >`.
2461
+
2454
2462
rate_limiter
2455
2463
~~~~~~~~~~~~
2456
2464
You can’t perform that action at this time.
0 commit comments