function OAuthRequestSigner::setUnsigned in Lingotek Translation 7.3
Same name and namespace in other branches
- 7.2 lib/oauth-php/library/OAuthRequestSigner.php \OAuthRequestSigner::setUnsigned()
* Reset the 'signed' flag, so that any changes in the parameters force a recalculation * of the signature.
File
- lib/
oauth-php/ library/ OAuthRequestSigner.php, line 89
Class
Code
function setUnsigned() {
$this->signed = false;
}