ePages 6.17.52 - DE_EPAGES/TLE/API/DebugHandler.pm

Package DE_EPAGES::TLE::API::DebugHandler

This handler supports the following tle function:

Example
#DUMP(#Shop, 1, 1, 2)

Functions

DUMP

DUMP

Returns a dump of the value.

Syntax
#DUMP(#Value, #Html, #MaxDepth]);
Example
#DUMP(#Basket.LineItemContainer, 1, 2)
Input
#Value (*)
value
#Html (boolean)
convert special chars like spaces and line breaks to html, default
is false (optional)
#MaxDepth (int)
max depth (levels) of output (optional = 3)