Class ProductAttributeServiceFactory

Class ProductAttributeServiceFactory

AbstractProductAttributeServiceFactory
ProductAttributeServiceFactory

Methods summary

public __construct( CI_DB_query_builder $db )

Initialize the product attribute service factory.

public createProductAttributeObjectService( void ) : ProductAttributeObjectService

Creates a product attribute object service.

public createProductAttributeService( void ) : ProductAttributeService

Creates a product attribute service.

protected _getProductAttributeFactory( void ) : ProductAttributeFactoryInterface

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