Diglin\Swisspost\StructType\Dimensions
This class stands for Dimensions StructType Meta informations extracted from the WSDL - documentation: Represents the Dimensions attribute of the DataTransfer.
Synopsis
class Dimensions
extends AbstractStructBase
{
- // members
- public $Weight;
- // methods
- public void __construct()
- public int|null getWeight()
- public Dimensions setWeight()
- public static Dimensions __set_state()
- public string __toString()
Hierarchy
Extends
- WsdlToPhp\PackageBase\AbstractStructBase
Members
public
- $Weight
—
int
The Weight Meta informations extracted from the WSDL - documentation: Weight in gramms.
Methods
public
- __construct() — Constructor method for Dimensions
- __set_state() — Method called when an object has been exported with var_export() functions It allows to return an object instantiated with the values
- __toString() — Method returning the class name
- getWeight() — Get Weight value
- setWeight() — Set Weight value