We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8cb450 commit 63ee2e4Copy full SHA for 63ee2e4
components/var_exporter.rst
@@ -285,6 +285,12 @@ possible to initialize properties one-by-one::
285
// Then you can add more logic for the other properties
286
});
287
288
+.. deprecated:: 6.4
289
+
290
+ The use of ``propertyName`` and ``propertyScope`` in the initializer function
291
+ is deprecated since Symfony 6.4 and will be removed in Symfony 7.0.
292
+ The initializer should now handle the entire object initialization at once.
293
294
Ghost objects unfortunately can't work with abstract classes or internal PHP
295
classes. Nevertheless, the VarExporter component covers this need with the help
296
of :ref:`Virtual Proxies <var-exporter_virtual-proxies>`.
0 commit comments