You are here

function LingotekOAuthRequestSigner::setUnsigned in Lingotek Translation 7.6

Same name and namespace in other branches
  1. 7.7 lib/oauth-php/library/LingotekOAuthRequestSigner.php \LingotekOAuthRequestSigner::setUnsigned()
  2. 7.4 lib/oauth-php/library/LingotekOAuthRequestSigner.php \LingotekOAuthRequestSigner::setUnsigned()
  3. 7.5 lib/oauth-php/library/LingotekOAuthRequestSigner.php \LingotekOAuthRequestSigner::setUnsigned()

* Reset the 'signed' flag, so that any changes in the parameters force a recalculation * of the signature.

File

lib/oauth-php/library/LingotekOAuthRequestSigner.php, line 89

Class

LingotekOAuthRequestSigner

Code

function setUnsigned() {
  $this->signed = false;
}