ViewHelper Documentation
debug
{object -> f:debug(title: 'Custom title')}
{object -> f:debug(typeOnly: true)}
Note: This view helper is only meant to be used during development
Arguments
typeOnly boolean, required
If TRUE, debugs only the type of variables
levels integer, required
Levels to render when rendering nested objects/arrays
html boolean, required
Render HTML. If FALSE, output is indented plaintext