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.
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
240240to determine if it's accessible. This based on how the :doc: `PropertyAccess </components/property_access >`
241241works.
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 `
You can’t perform that action at this time.
0 commit comments