We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent830f04e commit3a00035Copy full SHA for 3a00035
components/property_info.rst
@@ -496,7 +496,12 @@ service by defining it as a service with one or more of the following
496
* ``property_info.type_extractor`` if it provides type information.
497
* ``property_info.description_extractor`` if it provides description information.
498
* ``property_info.access_extractor`` if it provides access information.
499
-* ``property_info.initializable_extractor`` if it provides initializable information.
+* ``property_info.initializable_extractor`` if it provides initializable information
500
+ (it checks if a property can be initialized through the constructor).
501
+
502
+..versionadded::4.2
503
504
+ The ``property_info.initializable_extractor`` was introduced in Symfony 4.2.
505
506
.. _`phpDocumentor Reflection`:https://github.com/phpDocumentor/ReflectionDocBlock
507
.. _`phpdocumentor/reflection-docblock`:https://packagist.org/packages/phpdocumentor/reflection-docblock