Bug #60912
closedf:debug does not ouput properties of stdClass objects
100%
Description
When using <f:debug>
on a stdClass object, properties are not shown.
Reason for this is that extbase' DebuggerUtility
uses ReflectionClass(get_class($object))
to find the properties.
This is unsatisfiable when working with objects retrieved e.g. via json_decode
.
Files
Updated by Christian Weiske over 10 years ago
- File stdclass.diff stdclass.diff added
Updated by Gerrit Code Review over 10 years ago
- Status changed from New 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/32108
Updated by Gerrit Code Review over 10 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/32108
Updated by Gerrit Code Review over 10 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/32108
Updated by Gerrit Code Review over 10 years ago
Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/32108
Updated by Gerrit Code Review over 10 years ago
Patch set 1 for branch TYPO3_6-2 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/32150
Updated by Christian Weiske over 10 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset d3d26830973ba2d483a7a5a31d60d816a2aaf35c.