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

Interfaces

  • OrderFactoryInterface
  • OrderInterface
  • OrderItemAttributeInterface
  • OrderItemAttributeRepositoryDeleterInterface
  • OrderItemAttributeRepositoryFactoryInterface
  • OrderItemAttributeRepositoryInterface
  • OrderItemAttributeRepositoryReaderInterface
  • OrderItemAttributeRepositoryWriterInterface
  • OrderItemFactoryInterface
  • OrderItemInterface
  • OrderItemPropertyFactoryInterface
  • OrderItemPropertyRepositoryDeleterInterface
  • OrderItemPropertyRepositoryReaderInterface
  • OrderItemPropertyRepositoryWriterInterface
  • OrderItemRepositoryDeleterInterface
  • OrderItemRepositoryInterface
  • OrderItemRepositoryReaderInterface
  • OrderItemRepositoryWriterInterface
  • OrderListGeneratorInterface
  • OrderObjectServiceInterface
  • OrderPaymentTypeInterface
  • OrderReadServiceInterface
  • OrderRepositoryDeleterInterface
  • OrderRepositoryInterface
  • OrderRepositoryReaderInterface
  • OrderRepositoryWriterInterface
  • OrderServiceSettingsInterface
  • OrderShippingTypeInterface
  • OrderStatusHistoryReaderInterface
  • OrderStatusHistoryWriterInterface
  • OrderTotalFactoryInterface
  • OrderTotalInterface
  • OrderTotalRepositoryDeleterInterface
  • OrderTotalRepositoryInterface
  • OrderTotalRepositoryReaderInterface
  • OrderTotalRepositoryWriterInterface
  • OrderWriteServiceInterface
  • StoredOrderItemAttributeInterface
  • StoredOrderItemInterface
  • StoredOrderTotalInterface

Interface OrderTotalInterface

Interface OrderTotalInterface

Direct known implementers

OrderTotal, StoredOrderTotalInterface

Indirect known implementers

StoredOrderTotal

Package: Order\Interfaces
Category: System
Located at CoreServices/Order/Entities/Interfaces/OrderTotalInterface.inc.php

Methods summary

public string
# getTitle( )

Returns the title of the order total.

Returns the title of the order total.

Returns

string
Title of the order total.
public float
# getValue( )

Returns the value of the order total.

Returns the value of the order total.

Returns

float
Value of the order total.
public string
# getValueText( )

Returns the value text of the order total.

Returns the value text of the order total.

Returns

string
Value text of the order total.
public string
# getClass( )

Returns the class of the order total.

Returns the class of the order total.

Returns

string
Class of the order total.
public integer
# getSortOrder( )

Returns the sort order of the order total.

Returns the sort order of the order total.

Returns

integer
Sort order of the order total.
public OrderTotalInterface
# setTitle( StringType $title )

Sets title of the order total.

Sets title of the order total.

Parameters

$title
Title of the order total.

Returns

OrderTotalInterface
Same instance for method chaining.
public OrderTotalInterface
# setValue( DecimalType $value )

Sets value of the order total.

Sets value of the order total.

Parameters

$value
Value of the order total.

Returns

OrderTotalInterface
Same instance for method chaining.
public OrderTotalInterface
# setValueText( StringType $valueText )

Sets value text of the order total.

Sets value text of the order total.

Parameters

$valueText
Value text of the order total.

Returns

OrderTotalInterface
Same instance for method chaining.
public OrderTotalInterface
# setClass( StringType $class )

Sets class of the order total.

Sets class of the order total.

Parameters

$class
Class of the order total.

Returns

OrderTotalInterface
Same instance for method chaining.
public OrderTotalInterface
# setSortOrder( IntType $sortOrder )

Sets sort order of the order total.

Sets sort order of the order total.

Parameters

$sortOrder
Sort order of the order total.

Returns

OrderTotalInterface
Same instance for method chaining.
API documentation generated by ApiGen