OrderShipmentStatus
Table of Contents
Methods
-
getEdit()
: mixed
-
getEditTemplate()
: mixed
-
getShipmentStatusList()
: array<string|int, mixed>
-
getView()
: mixed
getEdit()
public
static getEdit(mixed $shipment[, mixed $index = 0 ]) : mixed
Parameters
-
$shipment
: mixed
-
-
$index
: mixed
= 0
-
getEditTemplate()
public
static getEditTemplate(mixed $data, mixed $index) : mixed
Parameters
-
$data
: mixed
-
-
$index
: mixed
-
getShipmentStatusList()
public
static getShipmentStatusList(mixed $status) : array<string|int, mixed>
Parameters
-
$status
: mixed
-
-
throws
-
ArgumentException
Return values
array<string|int, mixed>
getView()
public
static getView(Order $order) : mixed
Parameters
-
$order
: Order
-