Interface ProductListProviderInterface

Interface ProductListProviderInterface

Direct known implementers

ProductListProvider

Methods summary

public getByCategoryId( IdType $categoryId ) : ProductListItemCollection

Returns a product list item collection by the provided category ID.

public getAll( void ) : ProductListItemCollection

Returns all product list items.

public getAllPaged( IntType $page = null, IntType $limit = null ) : ProductListItemCollection

Returns a paged list of product items.