ePages 7.38.0 - DE_EPAGES/Moneybookers/API/Tools.pm

Package DE_EPAGES::Moneybookers::API::Tools

Useful functions for this cartridge.

Functions

LogShopContext
new

LogShopContext

it allows to include shop context into logs for the specified function pointer

Syntax
LogShopContext( $ShopObject, $MethodName, $FunctionPointer );
Input
$ShopObject (object)
an epages object that belongs to a shop
$MethodPath (string)
path name of the method
$FunctionPointer (ref.code)
reference pointer to a code

new

Class constructor.

Syntax
new( );
Return
$self (object)
self