Class ProductListProvider
Class ProductListProvider
- ProductListProvider implements ProductListProviderInterface
Package: Product\Providers
Category: System
Located at Services/Core/Product/Providers/ProductListProvider.inc.php
Category: System
Located at Services/Core/Product/Providers/ProductListProvider.inc.php
Methods summary
public
|
#
__construct(
ProductListProvider constructor. |
public
|
#
getByCategoryId(
Returns a product list item collection by the provided category ID. |
public
|
|
public
|
|
protected
|
#
_applyLimitAndOffset(
Applies a LIMIT,OFFSET clause to the currently building query. |
protected
|
|
protected
|
#
_selectWithCategories( )
Build the select part of the query build and additionally join the products_to_categories table. |
protected
|
|
protected
|
Properties summary
protected
|
$languageCode
Two-letter language code. |
|
protected
array
|
$conditions
Database query conditions. |
|
protected
|
$productRepository
Product repository. |
|
protected
CI_DB_query_builder
|
$db
Database connection. |