Package DE_EPAGES::Shop::API::Object::Region
object interface for Region.
Base |
DE_EPAGES::Object::API::Object::Object |
Functions
addCountry
Adds a shop country to the region.
Syntax |
$Region->addCountry($CountryID); |
Example |
$Region->addCountry(4); |
Input |
|
className
Returns the class name, used for DAL access.
Syntax |
$ClassName = $Region->className; |
Return |
|
dbPackage
Returns the database package, used for DAL access.
Syntax |
$DbPackage = $Region->dbPackage; |
Return |
|
existsCountry
Asks if a Country exists for the region.
Syntax |
$Region->existsCountry($CountryID); |
Input |
|
removeCountry
Removes a Country from the region.
Syntax |
$Region->removeCountry($CountryID); |
Input |
|