You are here

public function PackageInterface::setSid in Ubercart 8.4

Sets the shipment ID.

Parameters

int $sid: The shipment ID.

Return value

$this

1 method overrides PackageInterface::setSid()
Package::setSid in shipping/uc_fulfillment/src/Package.php
Sets the shipment ID.

File

shipping/uc_fulfillment/src/PackageInterface.php, line 18

Class

PackageInterface
Provides an interface that defines the Package class.

Namespace

Drupal\uc_fulfillment

Code

public function setSid($sid);