Actions
Task #85358
closedPrivately declare deprecated public methods/properties
Start date:
2018-06-23
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
9
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
There are two traits PublicMethodDeprecationTrait
and PublicPropertyDeprecationTrait
. These require defining a property map which methods/properties should be handled.
To ensure deprecations continue to work even in classes extending these and overwriting the property map the property map must be declared private
:
Actions