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

Package DE_EPAGES::TLE::API::DebugHandler

This handler supports the following tle function:

Example
#DUMP(#Shop, 1, 2)

Functions

DUMP

DUMP

Returns a dump of the value.

Syntax
$dumpedValue = $Handler->DUMP($Processor, [$Value, $Format, $Name]);
Example
#DUMP(#Basket.LineItemContainer)
Input
$Processor (object)
tle processor
$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)