WsdlToPhp\PackageGenerator\Parser\SoapClient\Structs::typeSignature PHP Method

typeSignature() private static method

private static typeSignature ( string $type ) : string
$type string
return string
    private static function typeSignature($type)
    {
        return md5($type);
    }