示例#1
0
 /**
  * Set the reply we received
  * 
  * @param string request
  */
 static function setReceived($reply)
 {
     OAuthRequestLogger::$received = $reply;
 }