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

  • AbstractProductServiceFactory
  • ProductFactory
  • ProductListProviderFactory
  • ProductServiceFactory

Class ProductFactory

Class ProductFactory

ProductFactory implements ProductFactoryInterface
Package: Product\Factories
Category: System
Located at CoreServices/Product/Factories/ProductFactory.inc.php

Methods summary

public GXEngineProduct
# createProduct( )

Creates a product.

Creates a product.

Returns

GXEngineProduct
The created product.

Implementation of

ProductFactoryInterface::createProduct()
public StoredProduct
# createStoredProduct( IdType $productId )

Creates a stored product.

Creates a stored product.

Parameters

$productId
Product ID.

Returns

StoredProduct

Implementation of

ProductFactoryInterface::createStoredProduct()
public ProductSettings
# createProductSettings( )

Creates a product settings container.

Creates a product settings container.

Returns

ProductSettings

Implementation of

ProductFactoryInterface::createProductSettings()
API documentation generated by ApiGen