public function PackageInterface::setWidth in Ubercart 8.4
Sets the package width.
Parameters
float $width: The package width.
Return value
$this
1 method overrides PackageInterface::setWidth()
- Package::setWidth in shipping/
uc_fulfillment/ src/ Package.php - Sets the package width.
File
- shipping/
uc_fulfillment/ src/ PackageInterface.php, line 108
Class
- PackageInterface
- Provides an interface that defines the Package class.
Namespace
Drupal\uc_fulfillmentCode
public function setWidth($width);