You are here

abstract public function LingotekOAuthSignatureMethod::name in Lingotek Translation 7.7

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

* Return the name of this signature * *

Return value

string

4 methods override LingotekOAuthSignatureMethod::name()
LingotekOAuthSignatureMethod_HMAC_SHA1::name in lib/oauth-php/library/signature_method/LingotekOAuthSignatureMethod_HMAC_SHA1.php
* Return the name of this signature * *
LingotekOAuthSignatureMethod_MD5::name in lib/oauth-php/library/signature_method/LingotekOAuthSignatureMethod_MD5.php
* Return the name of this signature * *
LingotekOAuthSignatureMethod_PLAINTEXT::name in lib/oauth-php/library/signature_method/LingotekOAuthSignatureMethod_PLAINTEXT.php
* Return the name of this signature * *
LingotekOAuthSignatureMethod_RSA_SHA1::name in lib/oauth-php/library/signature_method/LingotekOAuthSignatureMethod_RSA_SHA1.php
* Return the name of this signature * *

File

lib/oauth-php/library/signature_method/LingotekOAuthSignatureMethod.class.php, line 40

Class

LingotekOAuthSignatureMethod
Interface for OAuth signature methods

Code

public abstract function name();