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