xxxxxxxxxx
namespace WsdlToPhp\PackageBase\Tests;
use WsdlToPhp\PackageBase\AbstractStructEnumBase;
class StructEnumObject extends AbstractStructEnumBase
{
const ONE = 1;
const TWO = 2;
const THREE = 3;
public static function getValidValues()
{
return [
self::ONE,
self::TWO,
self::THREE,
];
}
}
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