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::
538538 // Type information.
539539 $doctrineExtractor->getTypes($class, $property);
540540
541+ .. _components-property-information-constructor-extractor :
542+
541543ConstructorExtractor
542544~~~~~~~~~~~~~~~~~~~~
543545
Original file line number Diff line number Diff line change @@ -2451,6 +2451,14 @@ enabled
24512451
24522452**type **: ``boolean `` **default **: ``true `` or ``false `` depending on your installation
24532453
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+
24542462rate_limiter
24552463~~~~~~~~~~~~
24562464
You can’t perform that action at this time.
0 commit comments