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