ProductAttributeServiceFactory

Extends \AbstractProductAttributeServiceFactory

Class ProductAttributeServiceFactory

category

System

package

ProductModule

subpackage

Factories

Methods

Initialize the product attribute service factory.

__construct(\CI_DB_query_builder $db) 

Arguments

$db

\CI_DB_query_builder

Returns the product attribute factory.

_getProductAttributeFactory() : \ProductAttributeFactoryInterface

When the factory is not instantiated, a new instance will be created and returned.

Response

\ProductAttributeFactoryInterface

Creates a product attribute object service.

createProductAttributeObjectService() : \ProductAttributeObjectService
inherited abstract

Creates a product attribute service.

createProductAttributeService() : \ProductAttributeService
inherited abstract

Properties

db

db : \CI_DB_query_builder
var

Type(s)

\CI_DB_query_builder

productAttributeFactory

productAttributeFactory : \ProductAttributeFactoryInterface