コード例 #1
0
 /**
  * Set the relevant user (defaults to the current user)
  * 
  * @param int user_id
  */
 static function setUser($user_id)
 {
     YotpoOAuthRequestLogger::$user_id = $user_id;
 }