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 OrderStatusHistoryListItem

Class OrderStatusHistoryListItem

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

Methods summary

public
# __construct( IdType $orderStatusHistoryId, IdType $orderStatusId, DateTime $dateAdded, StringType $comment, BoolType $customerNotified )

OrderStatusHistoryListItem constructor.

OrderStatusHistoryListItem constructor.

Parameters

$orderStatusHistoryId
Order status history ID.
$orderStatusId
Order status ID.
$dateAdded
Order status history item creation date time.
$comment
Optional comment of the order status history item.
$customerNotified
Customer notified flag.
public integer
# getOrderStatusHistoryId( )

Returns the ID of the order status history item.

Returns the ID of the order status history item.

Returns

integer
Order status history item ID.
public integer
# getOrderStatusId( )

Returns the ID of the order status.

Returns the ID of the order status.

Returns

integer
Order status ID.
public DateTime
# getDateAdded( )

Returns the order status history item creation date time.

Returns the order status history item creation date time.

Returns

DateTime
Order status history item creation date time.
public string
# getComment( )

Returns the comment of the order status history item.

Returns the comment of the order status history item.

Returns

string
Comment of the order status history item.
public boolean
# isCustomerNotified( )

Returns the value of customer notified flag.

Returns the value of customer notified flag.

Returns

boolean
Customer is notified?

Properties summary

protected integer $orderStatusHistoryId

ID of the order status history item.

ID of the order status history item.

# 0
protected integer $orderStatusId

ID of the order status.

ID of the order status.

# 0
protected DateTime $dateAdded

Order status history item creation date time.

Order status history item creation date time.

#
protected string $comment

Optional comment of the order status history item.

Optional comment of the order status history item.

# ''
protected boolean $customerNotified

Customer notified flag.

Customer notified flag.

# false
API documentation generated by ApiGen