Skip to content

Commit 48ed13b

Browse files
committed
Mentioned the support of hasser methods
1 parent 903f302 commit 48ed13b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

components/property_info.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,10 +236,14 @@ provide whether properties are readable or writable as booleans.
236236
// Example Result: bool(false)
237237
238238
The :class:`Symfony\\Component\\PropertyInfo\\Extractor\\ReflectionExtractor` looks
239-
for getter/isser/setter method in addition to whether or not a property is public
239+
for getter/isser/setter/hasser method in addition to whether or not a property is public
240240
to determine if it's accessible. This based on how the :doc:`PropertyAccess </components/property_access>`
241241
works.
242242

243+
.. versionadded:: 4.1
244+
The support of hasser methods in the ``ReflectionExtractor`` class was
245+
introduced in Symfony 4.1.
246+
243247
.. tip::
244248

245249
The main :class:`Symfony\\Component\\PropertyInfo\\PropertyInfoExtractor`

0 commit comments

Comments
 (0)