Package DE_EPAGES::Shop::API::Object::ShopLanguage
object interface for ShopLanguage.
Base |
DE_EPAGES::Object::API::Object::Object |
Functions
className
Returns the class name, used for DAL access.
Syntax |
$ClassName = $ShopLanguage->className; |
Return |
|
dbPackage
Returns the database package, used for DAL access.
Syntax |
$DbPackage = $ShopLanguage->dbPackage; |
Return |
|
importXML
Imports an object from an XML file. This function is called at the XML start tag. The end tag triggers the importXMLEnd function.
Syntax |
$Object = __PACKAGE__->importXML($Handler, $hElement, $Class, $hAttributes); |
Input |
|
Return |
|