Project

General

Profile

Actions

Task #105113

open

Debug viewhelper and debugger utility vardump don't show if property can be accessed by Fluid and don't show get/is/has methods which act as properties for Fluid

Added by Jigal van Hemert 2 months ago. Updated about 2 months ago.

Status:
Accepted
Priority:
Should have
Category:
Extbase
Target version:
-
Start date:
2024-09-25
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
13
PHP Version:
8.3
Tags:
Complexity:
easy
Sprint Focus:

Description

Both the debug viewhelper and DebuggerUtility::var_dump() are often used to show which properties of an object can be used.
Fluid accessors can be:
  • public class variables
  • protected/private class variables with a public getter
  • public getters (functions starting with get/is/has) without a corresponding class variable

The latter category can be used for calculated "properties". It is however not clear in the debug output whether properties can be used as Fluid accessor nor which "virtual" properties are available through extra getters.


Related issues 1 (1 open0 closed)

Related to TYPO3 Core - Feature #102927: Integrator-oriented optimization of the DebugViewHelperNeeds Feedback2024-01-25

Actions
Actions

Also available in: Atom PDF