Package DE_EPAGES::ShopConfiguration::API::Object::FeatureRef
object interface for FeatureRef.
Base |
DE_EPAGES::Object::API::Object::Object |
Functions
className
Returns the class name, used for DAL access.
Syntax |
$ClassName = $FeatureRef->className; |
Return |
|
dbPackage
Returns the database package, used for DAL access.
Syntax |
$DbPackage = $FeatureRef->dbPackage; |
Return |
|
existsByName
Returns true if a feature reference with the given name exists.
Syntax |
$Exists = DE_EPAGES::ShopConfiguration::API::Object::FeatureRef->existsByName( $Alias ); |
Input |
|
Return |
|
loadByName
Returns a feature reference by name.
Syntax |
$FeatureRef = DE_EPAGES::ShopConfiguration::API::Object::FeatureRef->loadByName( $Alias ); |
Input |
|
Return |
|