Package DE_EPAGES::TLE::API::DebugHandler
This handler supports the following tle function:
- DUMP - dumps the given value or TLE
Example |
#DUMP(#Shop, 1, 2) |
Functions
DUMP
Returns a dump of the value.
Syntax |
$dumpedValue = $Handler->DUMP($Processor, [$Value, $Format, $Name]); |
Example |
#DUMP(#Basket.LineItemContainer) |
Input |
|