public function OAuthSignatureMethod_MD5::name in Lingotek Translation 7.3
Same name and namespace in other branches
- 7.2 lib/oauth-php/library/signature_method/OAuthSignatureMethod_MD5.php \OAuthSignatureMethod_MD5::name()
* Return the name of this signature * *
Return value
string
Overrides OAuthSignatureMethod::name
File
- lib/
oauth-php/ library/ signature_method/ OAuthSignatureMethod_MD5.php, line 38
Class
Code
public function name() {
return 'MD5';
}