Package DE_EPAGES::Object::API::Object::Locale
object interface for Locale.
Base |
DE_EPAGES::Object::API::Object::DALObject |
Functions
className
Returns the class name, used for DAL access.
Syntax |
$ClassName = $Locale->className; |
Return |
|
dbPackage
Returns the database package, used for DAL access.
Syntax |
$DbPackage = $Locale->dbPackage; |
Return |
|
id
Returns the Locale id.
Syntax |
$LocaleID = $Locale->id; |
Return |
|
importXML
Maps LanguageCode and CountryCode
Syntax |
$Object = DE_EPAGES::Object::API::Object::Object->importXML($Handler, $hElement, $Class, $hAttributes); |
Input |
|
Return |
|
primaryKey
Returns the name of the primary key.
Syntax |
$PrimaryKey = $Locale->primaryKey; |
Return |
|