FeaturedProductReaderInterface
in
Interface FeaturedProductReaderInterface
Table of Contents
- getNewProducts() : FeaturedProductCollection
- Get new products
- getOfferedProducts() : FeaturedProductCollection
- Get offers
- getProductsByCategoryId() : FeaturedProductCollection
- Get products by category
- getTopProducts() : FeaturedProductCollection
- Get top products
- getUpcomingProducts() : FeaturedProductCollection
- Get upcoming products
Methods
getNewProducts()
Get new products
public
getNewProducts(FeaturedProductSettings $settings) : FeaturedProductCollection
Parameters
- $settings : FeaturedProductSettings
Return values
FeaturedProductCollection —getOfferedProducts()
Get offers
public
getOfferedProducts(FeaturedProductSettings $settings) : FeaturedProductCollection
Parameters
- $settings : FeaturedProductSettings
Return values
FeaturedProductCollection —getProductsByCategoryId()
Get products by category
public
getProductsByCategoryId(FeaturedProductSettings $settings, IntType $categoryId) : FeaturedProductCollection
Parameters
- $settings : FeaturedProductSettings
- $categoryId : IntType
Return values
FeaturedProductCollection —getTopProducts()
Get top products
public
getTopProducts(FeaturedProductSettings $settings) : FeaturedProductCollection
Parameters
- $settings : FeaturedProductSettings
Return values
FeaturedProductCollection —getUpcomingProducts()
Get upcoming products
public
getUpcomingProducts(FeaturedProductSettings $settings) : FeaturedProductCollection
Parameters
- $settings : FeaturedProductSettings