示例#1
0
 /**
  * Checks if the request method is of specified type.
  *
  * @param string $method Uppercase request method (GET, POST etc).
  *
  * @return bool
  */
 public function isMethod($method)
 {
     return parent::isMethod($method);
 }