コード例 #1
0
ファイル: Request.php プロジェクト: socialconnect/auth
 /**
  * builds the data one would send in a POST request
  */
 public function toPostData()
 {
     return Util::buildHttpQuery($this->parameters);
 }