Diglin\Swisspost\StructType\Barcodes
This class stands for Barcodes StructType
Synopsis
class Barcodes
extends AbstractStructBase
{
- // members
- public $Barcode;
- // methods
- public void __construct()
- public array getBarcode()
- public Barcodes setBarcode()
- public Barcodes addToBarcode()
- public static Barcodes __set_state()
- public string __toString()
Hierarchy
Extends
- WsdlToPhp\PackageBase\AbstractStructBase
Members
public
- $Barcode
—
array
The Barcode Meta informations extracted from the WSDL - maxOccurs: unbounded
Methods
public
- __construct() — Constructor method for Barcodes
- __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
- addToBarcode() — Add item to Barcode value
- getBarcode() — Get Barcode value
- setBarcode() — Set Barcode value