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 OrderShippingType

Class OrderShippingType

OrderShippingType implements OrderShippingTypeInterface
Package: Order\Entities
Category: System
Located at CoreServices/Order/Entities/OrderShippingType.inc.php

Methods summary

public
# __construct( StringType $title, StringType $module )

OrderShippingType constructor.

OrderShippingType constructor.

Parameters

$title
Order shipping type title.
$module
Order shipping type module.
public string
# getTitle( )

Returns the order shipping type title.

Returns the order shipping type title.

Returns

string
Order shipping type title.

Implementation of

OrderShippingTypeInterface::getTitle()
public string
# getModule( )

Returns the order shipping type module.

Returns the order shipping type module.

Returns

string
Order shipping type module.

Implementation of

OrderShippingTypeInterface::getModule()

Properties summary

protected string $title

Shipping type title.

Shipping type title.

# ''
protected string $module

Shipping type module.

Shipping type module.

# ''
API documentation generated by ApiGen