Package DE_EPAGES::ShopConfiguration::API::TLE::ProviderHandler
Implements system-wide TLE
- Provider
Functions
RegisterHandlerProc
this function registers this attribute handle on the processor via hook function on hook TLEProcessorRegistration
Syntax |
$RegisterHandlerProc( $hParams ); |
Input |
|
existsTLE
This function is called by the tle processor to test if a TLE variable is available.
Syntax |
$Value = $Handler->existsTLE( $Processor, $TLEName); |
Example |
my $Value = $Handler->existsTLE( $Processor, 'Products_Count'); |
Input |
|
Return |
|
new
create a new handler
Syntax |
$Handler = new DE_EPAGES::Object::API::TLE::ProviderHandler; |
Example |
my $PrefixHandler = new DE_EPAGES::Object::API::TLE::ProviderHandler; |
Return |
|
register
this function register this handle on the processor
Syntax |
$Handler->register( $Processor ); |
Input |
|
tle
This function is called by tle processor to get the value of a tle variable.
Syntax |
$Value = $Handler->tle( $Processor, $TLEName); |
Example |
my $Value = $Handler->tle( $Processor, 'Name'); |
Input |
|
Return |
|