ePages 6.11.0 - DE_EPAGES/Shop/API/Object/Feature.pm

Package DE_EPAGES::Shop::API::Object::Feature

Object interface for Feature.

Base
DE_EPAGES::Object::API::Object::Object

Functions

className
dbPackage
findShops
shops

className

Returns the class name, used for DAL access.

Syntax
$ClassName = $Feature->className;
Return
$ClassName (String)
class name

dbPackage

Returns the database package, used for DAL access.

Syntax
$DbPackage = $Feature->dbPackage;
Return
$DbPackage (String)
database package name

findShops

Returns the ids of all shops that have the feature.

Syntax
$aShopIDs = $Feature->findShops;
Return
$aShopIDs (array of int)
list of shop ids

shops

Returns all shops that have the feature.

Syntax
$aShopIDs = $Feature->shops;
Return
$aShops (array of object)
list of shop objects