EditShipmentParametersGroup extends ParametersGroup

This is the basket model (set shipments resource) parameters group class.

Table of Contents

$selectedShippingHash  : string
$shipmentHash  : string
$validator  : ParametersValidator
setSelectedShippingHash() Sets the selected shipping hash parameter for this parameters group.  : void
setShipmentHash() Sets the selected shipment hash parameter for this parameters group.  : void
toArray() Returns the object data on array format.  : array<string|int, mixed>
filter()  : array<string|int, mixed>
getInstantiatedValidator()  : ParametersValidator
getValidator()  : ShipmentParametersValidator

Properties

Methods

setSelectedShippingHash()

Sets the selected shipping hash parameter for this parameters group.

public setSelectedShippingHash(string $selectedShippingHash) : void
Parameters
$selectedShippingHash : string
Return values
void

setShipmentHash()

Sets the selected shipment hash parameter for this parameters group.

public setShipmentHash(string $shipmentHash) : void
Parameters
$shipmentHash : string
Return values
void

toArray()

Returns the object data on array format.

public toArray() : array<string|int, mixed>
Return values
array<string|int, mixed>

filter()

protected filter(array<string|int, mixed> $params) : array<string|int, mixed>
Parameters
$params : array<string|int, mixed>
Return values
array<string|int, mixed>

Search results