We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5888a81 + 8b1767f commit e5c91bbCopy full SHA for e5c91bb
components/property_info.rst
@@ -492,6 +492,8 @@ service by defining it as a service with one or more of the following
492
* ``property_info.type_extractor`` if it provides type information.
493
* ``property_info.description_extractor`` if it provides description information.
494
* ``property_info.access_extractor`` if it provides access information.
495
+* ``property_info.initializable_extractor`` if it provides initializable information
496
+ (it checks if a property can be initialized through the constructor).
497
498
.. _`phpDocumentor Reflection`: https://github.com/phpDocumentor/ReflectionDocBlock
499
.. _`phpdocumentor/reflection-docblock`: https://packagist.org/packages/phpdocumentor/reflection-docblock
0 commit comments