Overview
  • Package
  • Class
  • Tree
  • Todo

Packages

  • AddonValue
    • Interfaces
  • AdminHttpViewControllers
  • ApiV2Controllers
  • Authentication
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Strategies
  • Category
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Providers
    • Repositories
    • Storages
  • Customer
    • Address
    • Country
    • CountryZone
    • Interfaces
    • Storages
    • Validation
    • ValueObjects
  • Email
    • Collections
    • Entities
    • Exceptions
    • Interfaces
    • Repository
    • ValueObjects
  • Extensions
    • Customers
    • Emails
    • Helpers
    • Invoices
    • Orders
    • Serializers
    • Templates
  • Http
    • Collections
    • Exceptions
    • Factories
    • Interfaces
    • ValueObjects
  • HttpViewControllers
  • InfoBox
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Repositories
  • Invoice
    • Interfaces
    • ValueObjects
  • Loaders
    • CrossCuttingLoader
    • GXCoreLoader
    • Interfaces
  • Modules
    • Collections
    • Controllers
    • Interfaces
  • None
  • Order
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Repositories
    • Storages
    • ValueObjects
  • Precheck
  • Product
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Providers
    • Repositories
    • Storages
  • ProductModule
    • Collections
    • Deleter
    • Entities
    • Factories
    • Interface
    • Interfaces
    • Reader
    • Repositories
    • Writer
  • Shared
    • ClassFinder
    • Exceptions
    • FileSystem
    • Interfaces
    • Storage
    • Types
  • SharedShoppingCart
    • Interfaces
  • Slider
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Repositories
    • Storages
  • Statistics
    • Interfaces
  • UserConfiguration
    • Interfaces
    • Repository

Classes

  • OrderListGenerator
  • OrderObjectService
  • OrderReadService
  • OrderWriteService

Interfaces

  • OrderItemAttributeFactoryInterface

Interface OrderItemAttributeFactoryInterface

Interface OrderItemAttributeFactoryInterface

Direct known implementers

OrderItemAttributeFactory, OrderItemPropertyFactory

Package: Order
Category: System
Subpackge: Interfaces
Located at Services/Core/Order/Factories/Interfaces/OrderItemAttributeFactoryInterface.inc.php

Methods summary

public OrderItemAttributeInterface
# createOrderItemAttribute( StringType $name, StringType $value )

Creates an order item attribute instance.

Creates an order item attribute instance.

Parameters

$name
Name of the attribute.
$value
Value of the attribute.

Returns

OrderItemAttributeInterface
New instance.
public StoredOrderItemAttributeInterface
# createStoredOrderItemAttribute( IdType $orderItemAttributeId )

Creates a stored order item attribute instance.

Creates a stored order item attribute instance.

Parameters

$orderItemAttributeId
Database ID of the stored attribute instance.

Returns

StoredOrderItemAttributeInterface
New instance.
API documentation generated by ApiGen