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