xxxxxxxxxx
use \WsdlToPhp\PackageBase\AbstractStructEnumBase;
/**
* This class stands for DeklaracaCelnaRodzajEnum EnumType
* @subpackage Enumerations
*/
class DeklaracaCelnaRodzajEnum extends AbstractStructEnumBase
{
/**
* Constant for value 'CN22'
* @return string 'CN22'
*/
const VALUE_CN_22 = 'CN22';
/**
* Constant for value 'CN23'
* @return string 'CN23'
*/
const VALUE_CN_23 = 'CN23';
/**
* Return allowed values
* @uses self::VALUE_CN_22
* @uses self::VALUE_CN_23
* @return string[]
*/
public static function getValidValues()
{
return array(
self::VALUE_CN_22,
self::VALUE_CN_23,
);
}
}
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