예제 #1
0
 /**
  * Sets the request method.
  *
  * @param string $method
  *
  * @api
  */
 public function setMethod($method)
 {
     return parent::setMethod($method);
 }