Diglin\Swisspost\EnumType\LogoHorizontalAlign
This class stands for LogoHorizontalAlign EnumType Meta informations extracted from the WSDL - documentation: Default value is WITH_CONTENT.
Synopsis
class LogoHorizontalAlign
{
- // constants
- const VALUE_WITH_CONTENT = 'WITH_CONTENT';
- const VALUE_LEFT = 'LEFT';
- // methods
- public static bool valueIsValid()
- public static array getValidValues()
- public string __toString()
Constants
| Name | Value |
|---|---|
| VALUE_WITH_CONTENT | 'WITH_CONTENT' |
| VALUE_LEFT | 'LEFT' |
Methods
public
- __toString() — Method returning the class name
- getValidValues() — Return allowed values
- valueIsValid() — Return true if value is allowed