Diglin\Swisspost\StructType\WarningsType
This class stands for WarningsType StructType Meta informations extracted from the WSDL - documentation: Structure containing a list of occurred business warnings.
Synopsis
class WarningsType
extends AbstractStructBase
{
- // members
- public $Warning;
- // methods
- public void __construct()
- public array getWarning()
- public WarningsType setWarning()
- public WarningsType addToWarning()
- public static WarningsType __set_state()
- public string __toString()
Hierarchy
Extends
- WsdlToPhp\PackageBase\AbstractStructBase
Members
public
- $Warning
—
array
The Warning Meta informations extracted from the WSDL - maxOccurs: unbounded
Methods
public
- __construct() — Constructor method for WarningsType
- __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
- addToWarning() — Add item to Warning value
- getWarning() — Get Warning value
- setWarning() — Set Warning value