Deprecation: #57594 - Optimize extbase ReflectionService Cache handling¶
See forge#57594
Description¶
In the process of streamlining the internal reflection / docparser cache handling, the following
methods of the PHP class Class
have been deprecated:
add
Property () set
Model Type () get
Model Type () set
Uuid Property Name () get
Uuid Property Name () mark
As Identity Property () get
Identity Properties ()
Impact¶
Installations using the above methods will trigger a E_
warning.
Affected Installations¶
Installations using one of the mentioned methods instead of the ReflectionService API.
Migration¶
Use the class Reflection
as API which will be automatically initialized on
instantiation.