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