Actions
Task #69624
closedSwitch content of render and __toString in Icon class
Start date:
2015-09-09
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
Sprint Focus:
Remote Sprint
Description
currently the render method of Icon class calls __toString method to render the content.
This should be switched, because the performance of the render method is better than calling a magic method.
Also there is no additional call needed.
Updated by Gerrit Code Review over 9 years ago
- Status changed from Accepted to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/43145
Updated by Frank Nägler over 9 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 258d157b885a4c35ac25b9591db55452128b2bba.
Updated by Riccardo De Contardi over 7 years ago
- Status changed from Resolved to Closed
Actions