Overview
  • Package
  • Class
  • Tree
  • Todo

Packages

  • AddonValue
    • Interfaces
  • AdminHttpViewControllers
  • ApiV2Controllers
  • Authentication
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Strategies
  • Category
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Providers
    • Repositories
    • Storages
  • Customer
    • Address
    • Country
    • CountryZone
    • Interfaces
    • Storages
    • Validation
    • ValueObjects
  • Email
    • Collections
    • Entities
    • Exceptions
    • Interfaces
    • Repository
    • ValueObjects
  • Extensions
    • Customers
    • Emails
    • Helpers
    • Invoices
    • Orders
    • Serializers
    • Templates
  • Http
    • Collections
    • Exceptions
    • Factories
    • Interfaces
    • ValueObjects
  • HttpViewControllers
  • InfoBox
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Repositories
  • Invoice
    • Interfaces
    • ValueObjects
  • Loaders
    • CrossCuttingLoader
    • GXCoreLoader
    • Interfaces
  • Modules
    • Collections
    • Controllers
    • Interfaces
  • None
  • Order
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Repositories
    • Storages
    • ValueObjects
  • Precheck
  • Product
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Providers
    • Repositories
    • Storages
  • ProductModule
    • Collections
    • Deleter
    • Entities
    • Factories
    • Interface
    • Interfaces
    • Reader
    • Repositories
    • Writer
  • Shared
    • ClassFinder
    • Exceptions
    • FileSystem
    • Interfaces
    • Storage
    • Types
  • SharedShoppingCart
    • Interfaces
  • Slider
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Repositories
    • Storages
  • Statistics
    • Interfaces
  • UserConfiguration
    • Interfaces
    • Repository

Classes

  • AbstractProductServiceFactory
  • ProductFactory
  • ProductListProviderFactory
  • ProductServiceFactory
  • SliderServiceFactory

Class ProductListProviderFactory

Class ProductListProviderFactory

ProductListProviderFactory implements ProductListProviderFactoryInterface
Package: Product\Factories
Category: System
Located at Services/Core/Product/Factories/ProductListProviderFactory.inc.php

Methods summary

public
# __construct( ProductRepositoryInterface $productRepo, CI_DB_query_builder $db )

ProductListProviderFactory constructor.

ProductListProviderFactory constructor.

Parameters

$productRepo
Product repository.
$db
Database connection.
public ProductListProviderInterface
# createProductListProvider( LanguageCode $languageCode, array $conditions = array() )

Create Product List Provider

Create Product List Provider

Creates and returns a product list provider.

Parameters

$languageCode

Language code, for the language in which the product list provider should be returned.

$conditions
Database request conditions as an associative array.

Returns

ProductListProviderInterface

Implementation of

ProductListProviderFactoryInterface::createProductListProvider()
API documentation generated by ApiGen