Diglin\Swisspost\StructType\LabelDefinition
This class stands for LabelDefinition StructType
Synopsis
class LabelDefinition
extends AbstractStructBase
{
- // members
- public $LabelLayout;
- // methods
- public void __construct()
- public string|null getLabelLayout()
- public LabelDefinition setLabelLayout()
- public static LabelDefinition __set_state()
- public string __toString()
Hierarchy
Extends
- WsdlToPhp\PackageBase\AbstractStructBase
Members
public
- $LabelLayout
—
string
The LabelLayout Meta informations extracted from the WSDL - documentation: Defines valid layouts.
Methods
public
- __construct() — Constructor method for LabelDefinition
- __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
- getLabelLayout() — Get LabelLayout value
- setLabelLayout() — Set LabelLayout value