Diglin\Swisspost\EnumType\BarcodeType
This class stands for BarcodeType EnumType Meta informations extracted from the WSDL - documentation: Enumeration of the different barcode types.
Synopsis
class BarcodeType
{
- // constants
- const VALUE_LSO_1 = 'LSO_1';
- const VALUE_LSO_2 = 'LSO_2';
- const VALUE_LSO_3 = 'LSO_3';
- // methods
- public static bool valueIsValid()
- public static array getValidValues()
- public string __toString()
Constants
| Name | Value |
|---|---|
| VALUE_LSO_1 | 'LSO_1' |
| VALUE_LSO_2 | 'LSO_2' |
| VALUE_LSO_3 | 'LSO_3' |
Methods
public
- __toString() — Method returning the class name
- getValidValues() — Return allowed values
- valueIsValid() — Return true if value is allowed