function LingotekOAuthRequestSigner::setUnsigned in Lingotek Translation 7.5
Same name and namespace in other branches
- 7.7 lib/oauth-php/library/LingotekOAuthRequestSigner.php \LingotekOAuthRequestSigner::setUnsigned()
- 7.4 lib/oauth-php/library/LingotekOAuthRequestSigner.php \LingotekOAuthRequestSigner::setUnsigned()
- 7.6 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
Code
function setUnsigned() {
$this->signed = false;
}