Diglin\Swisspost\EnumType\LogoRotation
This class stands for LogoRotation EnumType Meta informations extracted from the WSDL - documentation: Default value is 270.
Synopsis
class LogoRotation
{
- // constants
- const VALUE_0 = '0';
- const VALUE_90 = '90';
- const VALUE_180 = '180';
- const VALUE_270 = '270';
- // methods
- public static bool valueIsValid()
- public static array getValidValues()
- public string __toString()
Constants
| Name | Value |
|---|---|
| VALUE_0 | '0' |
| VALUE_90 | '90' |
| VALUE_180 | '180' |
| VALUE_270 | '270' |
Methods
public
- __toString() — Method returning the class name
- getValidValues() — Return allowed values
- valueIsValid() — Return true if value is allowed