You are here

public function LingotekOAuthSignatureMethod_MD5::name in Lingotek Translation 7.7

Same name and namespace in other branches
  1. 7.4 lib/oauth-php/library/signature_method/LingotekOAuthSignatureMethod_MD5.php \LingotekOAuthSignatureMethod_MD5::name()
  2. 7.5 lib/oauth-php/library/signature_method/LingotekOAuthSignatureMethod_MD5.php \LingotekOAuthSignatureMethod_MD5::name()
  3. 7.6 lib/oauth-php/library/signature_method/LingotekOAuthSignatureMethod_MD5.php \LingotekOAuthSignatureMethod_MD5::name()

* Return the name of this signature * *

Return value

string

Overrides LingotekOAuthSignatureMethod::name

File

lib/oauth-php/library/signature_method/LingotekOAuthSignatureMethod_MD5.php, line 38

Class

LingotekOAuthSignatureMethod_MD5

Code

public function name() {
  return 'MD5';
}