Package DE_EPAGES::ProductRating::API::Object::ProductRating
object interface for ProductRating.
Base |
DE_EPAGES::Shop::API::Object::ShopObject |
Functions
className
Returns the class name, used for DAL access.
Syntax |
$ClassName = $ProductRating->className; |
Return |
|
dbPackage
Returns the database package, used for DAL access.
Syntax |
$DbPackage = $ProductRating->dbPackage; |
Return |
|
setVisibility
set the product rating visible /invisible. Invalidates the page cache of the shop.
Syntax |
$Object->setVisibility( $IsVisible ); |
Input |
|