xxxxxxxxxx
use \WsdlToPhp\PackageBase\AbstractStructEnumBase;
/**
* This class stands for typPlacowkiPocztowejEnum EnumType
* @subpackage Enumerations
*/
class TypPlacowkiPocztowejEnum extends AbstractStructEnumBase
{
/**
* Constant for value 'PUNKT'
* @return string 'PUNKT'
*/
const VALUE_PUNKT = 'PUNKT';
/**
* Constant for value 'AUTOMAT'
* @return string 'AUTOMAT'
*/
const VALUE_AUTOMAT = 'AUTOMAT';
/**
* Return allowed values
* @uses self::VALUE_PUNKT
* @uses self::VALUE_AUTOMAT
* @return string[]
*/
public static function getValidValues()
{
return array(
self::VALUE_PUNKT,
self::VALUE_AUTOMAT,
);
}
}
Don't be shy, don't hesitate to contact us for any subject, we'll be glad to help.
This platform is provided to give developpers and non developpers a way to easily consume SOAP Web Services or share their own SOAP Web Services with extra features powered by the platform.
© 2025 Providr.IO