Diglin\Swisspost\StructType\ReadDeliveryInstructions
This class stands for ReadDeliveryInstructions StructType
Synopsis
class ReadDeliveryInstructions
extends AbstractStructBase
{
- // methods
- public void __construct()
- public string|null getLanguage()
- public ReadDeliveryInstructions setLanguage()
- public array getPRZL()
- public ReadDeliveryInstructions setPRZL()
- public ReadDeliveryInstructions addToPRZL()
- public static ReadDeliveryInstructions __set_state()
- public string __toString()
Hierarchy
Extends
- WsdlToPhp\PackageBase\AbstractStructBase
Members
public
- $Language
—
string
The Language - $PRZL
—
array
The PRZL Meta informations extracted from the WSDL - maxOccurs: unbounded - documentation: Identifies a PRZL.
Methods
public
- __construct() — Constructor method for ReadDeliveryInstructions
- __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
- addToPRZL() — Add item to PRZL value
- getLanguage() — Get Language value
- getPRZL() — Get PRZL value
- setLanguage() — Set Language value
- setPRZL() — Set PRZL value