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

  • AbstractCategoryServiceFactory
  • CategoryFactory
  • CategoryListProviderFactory
  • CategoryServiceFactory

Class CategoryListProviderFactory

Class CategoryListProviderFactory

This class creates CategoryListProvider objects for a specific language and filter of customer status permissions with its dependencies.

CategoryListProviderFactory implements CategoryListProviderFactoryInterface
Package: Category\Factories
Category: System
Located at Services/Core/Category/Factories/CategoryListProviderFactory.inc.php

Methods summary

public
# __construct( CategoryRepositoryInterface $categoryRepo, CI_DB_query_builder $db )

CategoryListProviderFactory constructor.

CategoryListProviderFactory constructor.

Parameters

$categoryRepo
Category repository.
$db
Database connector.
public CategoryListProviderInterface
# createCategoryListProvider( LanguageCode $languageCode, array $conditions = array() )

Creates a CategoryListProvider for retrieving lists.

Creates a CategoryListProvider for retrieving lists.

Parameters

$languageCode
Two letter language code.
$conditions
Optional conditions for data request.

Returns

CategoryListProviderInterface

Implementation of

CategoryListProviderFactoryInterface::createCategoryListProvider()

Properties summary

protected CategoryRepositoryInterface $categoryRepo

Category repository.

Category repository.

#
protected CI_DB_query_builder $db

Database connector.

Database connector.

#
API documentation generated by ApiGen