Skip to content

Commit e4d77fb

Browse files
committed
minor #13719 [PropertyInfo] Mentioned support for PHP typed properties (javiereguiluz)
This PR was merged into the 5.1 branch. Discussion ---------- [PropertyInfo] Mentioned support for PHP typed properties Fixes #12689. Commits ------- fd409ab [PropertyInfo] Mentioned support for PHP typed properties
2 parents 806f25d + fd409ab commit e4d77fb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

components/property_info.rst

+5
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ class exposes public methods to extract several types of information:
122122

123123
* :ref:`List of properties <property-info-list>`: :method:`Symfony\\Component\\PropertyInfo\\PropertyListExtractorInterface::getProperties`
124124
* :ref:`Property type <property-info-type>`: :method:`Symfony\\Component\\PropertyInfo\\PropertyTypeExtractorInterface::getTypes`
125+
(including typed properties since PHP 7.4)
125126
* :ref:`Property description <property-info-description>`: :method:`Symfony\\Component\\PropertyInfo\\PropertyDescriptionExtractorInterface::getShortDescription` and :method:`Symfony\\Component\\PropertyInfo\\PropertyDescriptionExtractorInterface::getLongDescription`
126127
* :ref:`Property access details <property-info-access>`: :method:`Symfony\\Component\\PropertyInfo\\PropertyAccessExtractorInterface::isReadable` and :method:`Symfony\\Component\\PropertyInfo\\PropertyAccessExtractorInterface::isWritable`
127128
* :ref:`Property initializable through the constructor <property-info-initializable>`: :method:`Symfony\\Component\\PropertyInfo\\PropertyInitializableExtractorInterface::isInitializable`
@@ -292,6 +293,10 @@ string values: ``array``, ``bool``, ``callable``, ``float``, ``int``,
292293
Constants inside the :class:`Symfony\\Component\\PropertyInfo\\Type`
293294
class, in the form ``Type::BUILTIN_TYPE_*``, are provided for convenience.
294295

296+
.. versionadded:: 5.1
297+
298+
Support for typed properties (added in PHP 7.4) was introduced in Symfony 5.1.
299+
295300
``Type::isNullable()``
296301
~~~~~~~~~~~~~~~~~~~~~~
297302

0 commit comments

Comments
 (0)