Diglin\Swisspost\StructType\ReadLabelLayoutsResponse
This class stands for ReadLabelLayoutsResponse StructType
Synopsis
class ReadLabelLayoutsResponse
extends AbstractStructBase
{
- // members
- public $LabelLayout;
- public ErrorsType $Errors;
- // methods
- public void __construct()
- public array getLabelLayout()
- public ReadLabelLayoutsResponse setLabelLayout()
- public ReadLabelLayoutsResponse addToLabelLayout()
- public ErrorsType|null getErrors()
- public ReadLabelLayoutsResponse setErrors()
- public static ReadLabelLayoutsResponse __set_state()
- public string __toString()
Hierarchy
Extends
- WsdlToPhp\PackageBase\AbstractStructBase
Members
public
- $Errors
—
\Diglin\Swisspost\StructType\ErrorsType
The Errors Meta informations extracted from the WSDL - minOccurs: 0 - $LabelLayout
—
array
The LabelLayout Meta informations extracted from the WSDL - maxOccurs: unbounded - minOccurs: 0
Methods
public
- __construct() — Constructor method for ReadLabelLayoutsResponse
- __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
- addToLabelLayout() — Add item to LabelLayout value
- getErrors() — Get Errors value
- getLabelLayout() — Get LabelLayout value
- setErrors() — Set Errors value
- setLabelLayout() — Set LabelLayout value