コード例 #1
0
 /**
  * @param string $name
  * @return bool
  */
 public function hasBodyParam($name)
 {
     return Request::hasBodyParam($name);
 }