Overview
  • Package
  • Class
  • Tree
  • Todo

Packages

  • AddonValue
    • Interfaces
  • ApiV2Controllers
  • Category
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Providers
    • Repositories
    • Storages
  • Customer
    • Address
    • Country
    • CountryZone
    • Interfaces
    • Validation
    • ValueObjects
  • Email
    • Collections
    • Entities
    • Exceptions
    • Interfaces
    • Repository
    • ValueObjects
  • Http
    • Collections
    • Exceptions
    • Factories
    • Interfaces
    • ValueObjects
  • Loaders
    • CrossCuttingLoader
    • GXCoreLoader
    • Interfaces
  • None
  • Order
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Repositories
    • Storages
    • ValueObjects
  • Product
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Providers
    • Repositories
    • Storages
  • ProductModule
    • Collections
    • Deleter
    • Entities
    • Factories
    • Interface
    • Interfaces
    • Reader
    • Repositories
    • Writer
  • Shared
    • Exceptions
    • FileSystem
    • Interfaces
    • Storage
    • Types
  • Statistics
    • Interfaces
  • UserConfiguration
    • Interfaces
    • Repository

Classes

  • AbstractProductAttributeServiceFactory
  • ProductAttributeFactory
  • ProductAttributeServiceFactory

Class ProductAttributeFactory

Class ProductAttributeFactory

ProductAttributeFactory implements ProductAttributeFactoryInterface
Package: ProductModule\Factories
Category: System
Located at CoreServices/ProductModule/Factories/ProductAttributeFactory.inc.php

Methods summary

public ProductAttribute
# createProductAttribute( IdType $optionId, IdType $valueId )

Creates a new product attribute instance.

Creates a new product attribute instance.

Parameters

$optionId
Option id of the created product attribute instance.
$valueId
Value id of the created product attribute instance.

Returns

ProductAttribute
A new product attribute instance.

Implementation of

ProductAttributeFactoryInterface::createProductAttribute()
public StoredProductAttribute
# createStoredProductAttribute( IdType $productAttributeId )

Creates a new stored product attribute instance.

Creates a new stored product attribute instance.

Parameters

$productAttributeId
Id of the created stored product attribute instance.

Returns

StoredProductAttribute
A new stored product attribute instance.

Implementation of

ProductAttributeFactoryInterface::createStoredProductAttribute()
API documentation generated by ApiGen