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

  • ProductAttributeObjectService
  • ProductAttributeService

Interfaces

  • ProductAttributeFactoryInterface
  • ProductAttributeInterface
  • ProductAttributeServiceInterface
  • StoredProductAttributeInterface

Class ProductAttributeObjectService

Class ProductAttributeObjectService

ProductAttributeObjectService implements ProductAttributeObjectServiceInterface
Package: ProductModule\Interfaces
Category: System
Located at CoreServices/ProductModule/ProductAttributeObjectService.inc.php

Methods summary

public
# __construct( ProductAttributeFactoryInterface $productAttributeFactory )

Initialize the product attribute object service.

Initialize the product attribute object service.

Parameters

$productAttributeFactory
public ProductAttributeInterface
# createProductAttributeObject( IdType $optionId, IdType $valueId )

Creates a new instance of a product attribute object.

Creates a new instance of a product attribute object.

Parameters

$optionId
Option id of product attribute.
$valueId
Value id of product attribute.

Returns

ProductAttributeInterface
New instance of product attribute.

Implementation of

ProductAttributeObjectServiceInterface::createProductAttributeObject()

Properties summary

protected ProductAttributeFactoryInterface $productAttributeFactory
#
API documentation generated by ApiGen