Diglin\Swisspost\StructType\ReadServiceGroups
This class stands for ReadServiceGroups StructType
Synopsis
class ReadServiceGroups
extends AbstractStructBase
{
- // members
- public $Language;
- // methods
- public void __construct()
- public string|null getLanguage()
- public ReadServiceGroups setLanguage()
- public static ReadServiceGroups __set_state()
- public string __toString()
Hierarchy
Extends
- WsdlToPhp\PackageBase\AbstractStructBase
Members
public
- $Language
—
string
The Language
Methods
public
- __construct() — Constructor method for ReadServiceGroups
- __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
- getLanguage() — Get Language value
- setLanguage() — Set Language value