xxxxxxxxxx
namespace hp_;
use \WsdlToPhp\PackageBase\AbstractStructEnumBase;
/**
* This class stands for THpSvcWFormatPhoto EnumType
* @subpackage Enumerations
*/
class THpSvcWFormatPhoto extends AbstractStructEnumBase
{
/**
* Constant for value 'fpJpeg'
* @return string 'fpJpeg'
*/
const VALUE_FP_JPEG = 'fpJpeg';
/**
* Constant for value 'fpPng'
* @return string 'fpPng'
*/
const VALUE_FP_PNG = 'fpPng';
/**
* Constant for value 'fpGif'
* @return string 'fpGif'
*/
const VALUE_FP_GIF = 'fpGif';
/**
* Constant for value 'fpBitmap'
* @return string 'fpBitmap'
*/
const VALUE_FP_BITMAP = 'fpBitmap';
/**
* Return allowed values
* @uses self::VALUE_FP_JPEG
* @uses self::VALUE_FP_PNG
* @uses self::VALUE_FP_GIF
* @uses self::VALUE_FP_BITMAP
* @return string[]
*/
public static function getValidValues()
{
return array(
self::VALUE_FP_JPEG,
self::VALUE_FP_PNG,
self::VALUE_FP_GIF,
self::VALUE_FP_BITMAP,
);
}
}
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