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