File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -236,10 +236,14 @@ provide whether properties are readable or writable as booleans.
236
236
// Example Result: bool(false)
237
237
238
238
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
240
240
to determine if it's accessible. This based on how the :doc: `PropertyAccess </components/property_access >`
241
241
works.
242
242
243
+ .. versionadded :: 4.1
244
+ The support of hasser methods in the ``ReflectionExtractor `` class was
245
+ introduced in Symfony 4.1.
246
+
243
247
.. tip ::
244
248
245
249
The main :class: `Symfony\\ Component\\ PropertyInfo\\ PropertyInfoExtractor `
You can’t perform that action at this time.
0 commit comments