Project

General

Profile

Actions

Bug #60912

closed

f:debug does not ouput properties of stdClass objects

Added by Christian Weiske over 10 years ago. Updated about 6 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Extbase
Target version:
-
Start date:
2014-08-12
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

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

stdclass.diff (1.24 KB) stdclass.diff Christian Weiske, 2014-08-12 14:09
Actions

Also available in: Atom PDF