public function LingotekOAuthSignatureMethod_PLAINTEXT::name in Lingotek Translation 7.4
Same name and namespace in other branches
- 7.7 lib/oauth-php/library/signature_method/LingotekOAuthSignatureMethod_PLAINTEXT.php \LingotekOAuthSignatureMethod_PLAINTEXT::name()
- 7.5 lib/oauth-php/library/signature_method/LingotekOAuthSignatureMethod_PLAINTEXT.php \LingotekOAuthSignatureMethod_PLAINTEXT::name()
- 7.6 lib/oauth-php/library/signature_method/LingotekOAuthSignatureMethod_PLAINTEXT.php \LingotekOAuthSignatureMethod_PLAINTEXT::name()
* Return the name of this signature * *
Return value
string
Overrides LingotekOAuthSignatureMethod::name
File
- lib/
oauth-php/ library/ signature_method/ LingotekOAuthSignatureMethod_PLAINTEXT.php, line 38
Class
Code
public function name() {
return 'PLAINTEXT';
}