コード例 #1
0
ファイル: Request.php プロジェクト: Northys/Codeception
 public function isMethod($method)
 {
     return $this->request->isMethod($method);
 }