phpDocumentor

OrderStatusFactory
in package
implements OrderStatusFactoryInterface

Class OrderStatusFactory

Tags
category

System

subpackage

Factories

Interfaces, Classes and Traits

OrderStatusFactoryInterface
Interface OrderStatusFactoryInterface

Table of Contents

createOrderStatus()  : OrderStatus
Creates a new instance of order status.
createOrderStatusCollection()  : OrderStatusCollection
Creates a new instance of an order status collection.

Methods

createOrderStatus()

Creates a new instance of order status.

public createOrderStatus([IntType $orderStatusId = null ]) : OrderStatus
Parameters
$orderStatusId : IntType = null

(Optional) Id of order status entity to be created.

Return values
OrderStatus

Order status entity.

Search results