phpDocumentor

OrderStatusHistoryStorage
in package
implements OrderStatusHistoryReaderInterface, OrderStatusHistoryWriterInterface

Class OrderStatusHistoryStorage

Tags
category

System

subpackage

Storages

Interfaces, Classes and Traits

OrderStatusHistoryReaderInterface
Interface OrderStatusHistoryReaderInterface
OrderStatusHistoryWriterInterface
Interface OrderStatusHistoryWriterInterface

Table of Contents

$db  : CI_DB_query_builder
__construct()  : mixed
OrderStatusHistoryStorage constructor.
addStatusUpdate()  : mixed
Adds an order status history item.
deleteHistory()  : mixed
Deletes all order status history items which are associated with the given order item id.
getStatusHistory()  : OrderStatusHistoryListItemCollection
Returns a collection of order status history items by the given order item id.

Properties

Methods

__construct()

OrderStatusHistoryStorage constructor.

public __construct(CI_DB_query_builder $db) : mixed
Parameters
$db : CI_DB_query_builder
Return values
mixed

deleteHistory()

Deletes all order status history items which are associated with the given order item id.

public deleteHistory(IdType $orderId) : mixed
Parameters
$orderId : IdType
Return values
mixed

Search results