Package DE_EPAGES::Shop::API::Object::Feature
Object interface for Feature.
Base |
DE_EPAGES::Object::API::Object::Object |
Functions
className
Returns the class name, used for DAL access.
Syntax |
$ClassName = $Feature->className; |
Return |
|
dbPackage
Returns the database package, used for DAL access.
Syntax |
$DbPackage = $Feature->dbPackage; |
Return |
|
findShops
Returns the ids of all shops that have the feature.
Syntax |
$aShopIDs = $Feature->findShops; |
Return |
|
shops
Returns all shops that have the feature.
Syntax |
$aShopIDs = $Feature->shops; |
Return |
|