Package

ViewHelpers

ViewHelper Documentation

debug

{object -> f:debug(title: 'Custom title')} all properties of {object} nicely highlighted (with custom title)

{object -> f:debug(typeOnly: true)} the type or class name of {object}

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

ViewHelper Resources

Schema Resources