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

  • CustomerStatusInformation
  • EmptyOrderItemDownloadInformation
  • GXEngineOrder
  • OrderItem
  • OrderItemAttribute
  • OrderItemDownloadInformation
  • OrderItemProperty
  • OrderListItem
  • OrderPaymentType
  • OrderShippingType
  • OrderStatusHistoryListItem
  • OrderTotal
  • StoredOrderItem
  • StoredOrderItemAttribute
  • StoredOrderItemProperty
  • StoredOrderTotal

Class StoredOrderTotal

Class StoredOrderTotal

OrderTotal implements OrderTotalInterface
Extended by StoredOrderTotal implements StoredOrderTotalInterface
Package: Order\Entities
Category: System
Located at CoreServices/Order/Entities/StoredOrderTotal.inc.php

Methods summary

public
# __construct( IdType $orderTotalId )

StoredOrderTotal constructor.

StoredOrderTotal constructor.

Parameters

$orderTotalId
Order total ID.

Overrides

OrderTotal::__construct
public integer
# getOrderTotalId( )

Returns the ID of the stored order total.

Returns the ID of the stored order total.

Returns

integer
Stored order total ID.

Implementation of

StoredOrderTotalInterface::getOrderTotalId()

Methods inherited from OrderTotal

getClass(), getSortOrder(), getTitle(), getValue(), getValueText(), setClass(), setSortOrder(), setTitle(), setValue(), setValueText()

Properties summary

protected integer $orderTotalId

Order Total ID.

Order Total ID.

#

Properties inherited from OrderTotal

$class, $sortOrder, $title, $value, $valueText

API documentation generated by ApiGen