phpDocumentor

ProductAttributeServiceFactory extends AbstractProductAttributeServiceFactory

Class ProductAttributeServiceFactory

Tags
category

System

subpackage

Factories

Table of Contents

$db  : CI_DB_query_builder
$productAttributeFactory  : ProductAttributeFactoryInterface
__construct()  : mixed
Initialize the product attribute service factory.
createProductAttributeObjectService()  : ProductAttributeObjectService
Creates a product attribute object service.
createProductAttributeService()  : ProductAttributeService
Creates a product attribute service.
_getProductAttributeFactory()  : ProductAttributeFactoryInterface
Returns the product attribute factory.

Properties

Methods

__construct()

Initialize the product attribute service factory.

public __construct(CI_DB_query_builder $db) : mixed
Parameters
$db : CI_DB_query_builder
Return values
mixed

Search results